snort/packages/shared/package.json

22 lines
498 B
JSON
Raw Normal View History

2023-06-15 11:03:05 +00:00
{
"name": "@snort/shared",
2023-06-19 15:24:04 +00:00
"version": "1.0.1",
2023-06-15 11:03:05 +00:00
"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": {
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.1.0",
"@noble/hashes": "^1.3.1",
"@scure/base": "^1.1.1",
"debug": "^4.3.4",
"dexie": "^3.2.4"
}
}