snort/packages/shared/package.json

25 lines
565 B
JSON

{
"name": "@snort/shared",
"version": "1.0.8",
"description": "Shared components for Snort",
"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",
"light-bolt11-decoder": "^3.0.0"
},
"devDependencies": {
"@types/debug": "^4.1.8",
"typescript": "^5.2.2"
}
}