1
0
forked from Kieran/snort
snort/packages/shared/package.json

27 lines
625 B
JSON
Raw Normal View History

2023-06-15 11:03:05 +00:00
{
"name": "@snort/shared",
2024-01-15 12:04:51 +00:00
"version": "1.0.11",
2023-06-15 11:03:05 +00:00
"description": "Shared components for Snort",
2023-11-17 11:52:10 +00:00
"module": "src/index.ts",
2023-06-15 11:03:05 +00:00
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://git.v0l.io/Kieran/snort",
"author": "Kieran",
2023-09-15 10:10:52 +00:00
"license": "MIT",
2023-06-15 11:03:05 +00:00
"scripts": {
2023-06-19 15:24:04 +00:00
"build": "rm -rf dist && tsc"
2023-06-15 11:03:05 +00:00
},
"dependencies": {
"@noble/curves": "^1.2.0",
"@noble/hashes": "^1.3.2",
"@scure/base": "^1.1.2",
2023-06-15 11:03:05 +00:00
"debug": "^4.3.4",
"eventemitter3": "^5.0.1",
2023-06-21 15:08:48 +00:00
"light-bolt11-decoder": "^3.0.0"
2023-07-13 21:44:26 +00:00
},
"devDependencies": {
"@types/debug": "^4.1.8",
"typescript": "^5.2.2"
2023-06-15 11:03:05 +00:00
}
}