mirror of
https://github.com/nbd-wtf/nostr-tools.git
synced 2026-01-31 22:48:49 +00:00
29 lines
849 B
JSON
29 lines
849 B
JSON
{
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@noble/ciphers": "npm:@jsr/noble__ciphers@2.1.1",
|
|
"@noble/curves": "npm:@jsr/noble__curves@2.0.1",
|
|
"@noble/hashes": "npm:@jsr/noble__hashes@2.0.1",
|
|
"@scure/base": "npm:@jsr/scure__base@2.0.0",
|
|
"@scure/bip32": "npm:@jsr/scure__bip32@2.0.1",
|
|
"@scure/bip39": "npm:@jsr/scure__bip39@2.0.1",
|
|
"nostr-wasm": "0.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.13.0",
|
|
"@types/node-fetch": "^2.6.3",
|
|
"@typescript-eslint/eslint-plugin": "^6.5.0",
|
|
"@typescript-eslint/parser": "^6.5.0",
|
|
"bun-types": "^1.0.18",
|
|
"esbuild": "0.16.9",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"events": "^3.3.0",
|
|
"mitata": "^0.1.6",
|
|
"mock-socket": "^9.3.1",
|
|
"node-fetch": "^2.6.9",
|
|
"prettier": "^3.0.3",
|
|
"typescript": "^5.8.2"
|
|
}
|
|
}
|