snort/packages/shared/package.json
Kieran 4ed6ec7c3d
Some checks failed
continuous-integration/drone/push Build is failing
feat: use eventemitter3 in ExternalStore
2023-12-12 22:47:06 +00:00

27 lines
625 B
JSON

{
"name": "@snort/shared",
"version": "1.0.10",
"description": "Shared components for Snort",
"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.2.0",
"@noble/hashes": "^1.3.2",
"@scure/base": "^1.1.2",
"debug": "^4.3.4",
"eventemitter3": "^5.0.1",
"light-bolt11-decoder": "^3.0.0"
},
"devDependencies": {
"@types/debug": "^4.1.8",
"typescript": "^5.2.2"
}
}