50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"name": "@snort/system",
|
|
"version": "1.2.12",
|
|
"description": "Snort nostr system package",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"module": "src/index.ts",
|
|
"repository": "https://git.v0l.io/Kieran/snort",
|
|
"author": "v0l",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "rm -rf dist && tsc",
|
|
"test": "jest --runInBand"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"dist"
|
|
],
|
|
"devDependencies": {
|
|
"@jest/globals": "^29.5.0",
|
|
"@peculiar/webcrypto": "^1.4.3",
|
|
"@types/debug": "^4.1.8",
|
|
"@types/jest": "^29.5.11",
|
|
"@types/lokijs": "^1.5.14",
|
|
"@types/node": "^20.5.9",
|
|
"@types/uuid": "^9.0.2",
|
|
"@types/ws": "^8.5.5",
|
|
"jest": "^29.5.0",
|
|
"jest-environment-jsdom": "^29.5.0",
|
|
"ts-jest": "^29.1.0",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.2.2"
|
|
},
|
|
"dependencies": {
|
|
"@noble/curves": "^1.2.0",
|
|
"@noble/hashes": "^1.3.2",
|
|
"@scure/base": "^1.1.2",
|
|
"@snort/shared": "^1.0.14",
|
|
"@stablelib/xchacha20": "^1.0.1",
|
|
"debug": "^4.3.4",
|
|
"eventemitter3": "^5.0.1",
|
|
"isomorphic-ws": "^5.0.0",
|
|
"lokijs": "^1.5.12",
|
|
"lru-cache": "^10.2.0",
|
|
"uuid": "^9.0.0",
|
|
"ws": "^8.14.0"
|
|
}
|
|
}
|