@nostr-dev-kit/ndk-wallet
Version:
63 lines (62 loc) • 1.67 kB
JSON
{
"name": "@nostr-dev-kit/ndk-wallet",
"version": "0.6.2",
"description": "NDK Wallet",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"scripts": {
"dev": "bun run build --watch",
"build": "tsup src/index.ts --format cjs,esm --dts",
"clean": "rm -rf dist",
"test": "bun test",
"test:watch": "bun test --watch",
"lint": "biome check .",
"format": "biome format --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/nostr-dev-kit/ndk.git"
},
"keywords": [
"nostr",
"cashu",
"ecash"
],
"author": "pablof7z",
"license": "MIT",
"bugs": {
"url": "https://github.com/nostr-dev-kit/ndk/issues"
},
"homepage": "https://github.com/nostr-dev-kit/ndk",
"peerDependencies": {
"@cashu/cashu-ts": "^2.1",
"@cashu/crypto": "*"
},
"dependencies": {
"@nostr-dev-kit/ndk": "^2.14.11",
"debug": "^4.3.4",
"light-bolt11-decoder": "^3.0.0",
"tseep": "^1.1.1",
"typescript": "^5.8.2",
"webln": "^0.3.2"
},
"devDependencies": {
"@cashu/cashu-ts": "2.1.0",
"@cashu/crypto": "0.3.4",
"@webbtc/webln-types": "^3.0.0",
"nock": "^13.5.6",
"tsup": "^8.4.0"
}
}