snort/packages/shared/package.json
2023-06-21 16:48:35 +01:00

23 lines
536 B
JSON

{
"name": "@snort/shared",
"version": "1.0.3",
"description": "Shared components for Snort",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://git.v0l.io/Kieran/snort",
"author": "Kieran",
"license": "GPL-3.0-or-later",
"private": false,
"scripts": {
"build": "rm -rf dist && tsc"
},
"dependencies": {
"@noble/curves": "^1.1.0",
"@noble/hashes": "^1.3.1",
"@scure/base": "^1.1.1",
"debug": "^4.3.4",
"dexie": "^3.2.4",
"light-bolt11-decoder": "^3.0.0"
}
}