{
  "name": "lnmessage",
  "version": "0.2.9",
  "description": "Talk to Lightning nodes from your browser",
  "main": "dist/index.js",
  "type": "module",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "author": "Aaron Barnard",
  "license": "MIT",
  "repository": "github:aaronbarnardsound/lnmessage",
  "scripts": {
    "build": "tsc"
  },
  "devDependencies": {
    "@types/node": "^18.14.0",
    "@types/ws": "^8.5.4",
    "@typescript-eslint/eslint-plugin": "^5.27.0",
    "@typescript-eslint/parser": "^5.27.0",
    "eslint": "^8.16.0",
    "eslint-config-prettier": "^8.3.0",
    "prettier": "^2.6.2",
    "typescript": "^5.1.6"
  },
  "dependencies": {
    "@noble/hashes": "^1.3.1",
    "@noble/secp256k1": "^2.0.0",
    "buffer": "^6.0.3",
    "rxjs": "^7.5.7",
    "ws": "^8.13.0"
  }
}
