move to pkg
This commit is contained in:
29
packages/system/package.json
Normal file
29
packages/system/package.json
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "@snort/system",
|
||||
"version": "1.0.0",
|
||||
"description": "Snort nostr system package",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"repository": "https://git.v0l.io/Kieran/snort",
|
||||
"author": "Kieran",
|
||||
"license": "GPLv3",
|
||||
"scripts": {
|
||||
"build": "rm -rf dist && tsc",
|
||||
"test": "jest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@jest/globals": "^29.5.0",
|
||||
"@types/jest": "^29.5.1",
|
||||
"jest": "^29.5.0",
|
||||
"jest-environment-jsdom": "^29.5.0",
|
||||
"ts-jest": "^29.1.0",
|
||||
"typescript": "^5.0.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@noble/curves": "^1.0.0",
|
||||
"@protobufjs/base64": "^1.1.2",
|
||||
"bech32": "^2.0.0",
|
||||
"debug": "^4.3.4",
|
||||
"uuid": "^9.0.0"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user