{
  "name": "@snort/system",
  "version": "2.1.6",
  "description": "Snort nostr system package",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "module": "src/index.ts",
  "repository": {
    "type": "git",
    "url": "https://git.v0l.io/Kieran/snort"
  },
  "author": "v0l",
  "license": "MIT",
  "scripts": {
    "build": "rm -rf dist && bunx --bun tsc"
  },
  "files": [
    "src",
    "dist"
  ],
  "devDependencies": {
    "@peculiar/webcrypto": "^1.5.0",
    "@types/debug": "^4.1.12",
    "@types/node": "^24.8.1",
    "@types/ws": "^8.18.1",
    "nostr-tools": "^2.23.3",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "@noble/ciphers": "^2.0.1",
    "@noble/curves": "^2.0.1",
    "@noble/hashes": "^2.0.1",
    "@scure/base": "^2.0.0",
    "@snort/shared": "^2.0.0",
    "debug": "^4.4.3",
    "eventemitter3": "^5.0.1",
    "isomorphic-ws": "^5.0.0",
    "nostr-social-graph": "^1.0.33",
    "typescript-lru-cache": "^2.0.0",
    "ws": "^8.18.3"
  }
}
