snort/packages/shared/package.json
kieran b764cc1535
Some checks failed
continuous-integration/drone/push Build is failing
feat: worker-relay delete
fix: worker-relay insert replacable events duplicate
2024-05-23 11:59:48 +01:00

28 lines
645 B
JSON

{
"name": "@snort/shared",
"version": "1.0.15",
"description": "Shared components for Snort",
"type": "module",
"module": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://git.v0l.io/Kieran/snort",
"author": "Kieran",
"license": "MIT",
"scripts": {
"build": "rm -rf dist && tsc"
},
"dependencies": {
"@noble/curves": "^1.4.0",
"@noble/hashes": "^1.4.0",
"@scure/base": "^1.1.6",
"debug": "^4.3.4",
"eventemitter3": "^5.0.1",
"light-bolt11-decoder": "^3.0.0"
},
"devDependencies": {
"@types/debug": "^4.1.8",
"typescript": "^5.2.2"
}
}