{
  "name": "ninja-base",
  "version": "0.3.83",
  "description": "Base level functions, classes, interfaces for Ninja",
  "author": "Peer-to-peer Privacy Systems Research LLC",
  "license": "PROPRIETARY",
  "bugs": {
    "url": "https://github.com/p2ppsr/ninja-base/issues"
  },
  "homepage": "https://github.com/p2ppsr/ninja-base#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/p2ppsr/ninja-base.git"
  },
  "keywords": [
    "BSV",
    "Bitcoin"
  ],
  "main": "./out/src/index.js",
  "types": "./out/src/index.d.ts",
  "files": [
    "out/src",
    "out/test/utils",
    "src"
  ],
  "scripts": {
    "clean": "rd /s /q out>nul 2>&1|echo.>nul",
    "build": "tsc --build",
    "build:readme": "npx ts2md",
    "lint": "ts-standard src/**/*.ts",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "doc": "ts2md"
  },
  "devDependencies": {
    "@types/bn.js": "^5.1.1",
    "@types/jest": "^29.4.0",
    "@types/node": "^20.8.2",
    "@types/node-fetch": "^2.6.2",
    "@typescript-eslint/eslint-plugin": "^6.7.4",
    "@typescript-eslint/parser": "^6.7.4",
    "eslint": "^8.34.0",
    "jest": "^29.4.3",
    "mock-knex": "^0.4.11",
    "nodemon": "^3.0.1",
    "standard": "^17.1.0",
    "ts-jest": "^29.0.5",
    "ts-node": "^10.9.1",
    "ts-standard": "^12.0.2",
    "ts2md": "^0.2.4",
    "typescript": "^5.2.2"
  },
  "dependencies": {
    "@babbage/sdk-ts": "^0.2.75",
    "@bsv/sdk": "^1.2.19",
    "authrite-js": "^0.4.36",
    "authrite-utils": "^0.3.36",
    "babbage-bsv": "^0.2.5",
    "cwi-base": "^0.4.77",
    "dotenv": "^16.3.1",
    "node-fetch": "^2.6.12",
    "sendover": "^1.3.27"
  }
}
