libaskexperts
Version:
A TypeScript library to create experts based on NIP-174
31 lines (30 loc) • 646 B
JSON
{
"name": "libaskexperts",
"version": "0.1.5",
"description": "A TypeScript library to create experts based on NIP-174",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "ts-node test/expert.test.ts"
},
"keywords": [
"nostr",
"nip-174",
"experts",
"lightning"
],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.11.5",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"dependencies": {
"@getalby/sdk": "^5.1.0",
"@noble/hashes": "^1.8.0",
"nostr-tools": "^2.15.0",
"nwc-enclaved-utils": "^2.0.8"
}
}