{
  "name": "confederacy-base",
  "version": "0.1.33",
  "description": "Base classes, types, utilities for implementation support of Confederacy components.",
  "author": "Peer-to-peer Privacy Systems Research, LLC",
  "license": "Open BSV License",
  "bugs": {
    "url": "https://github.com/p2ppsr/confederacy-base/issues"
  },
  "homepage": "https://github.com/p2ppsr/confederacy-base#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/p2ppsr/confederacy-base.git"
  },
  "main": "./out/src/index.js",
  "types": "./out/src/index.d.ts",
  "files": [
    "out"
  ],
  "scripts": {
    "build": "tsc --build",
    "prepublish": "npm run build",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "lint": "standard --fix src/**/*.js"
  },
  "devDependencies": {
    "@types/jest": "^29.5.3",
    "@types/node": "^18.13.0",
    "@types/node-fetch": "^2.6.2",
    "@typescript-eslint/eslint-plugin": "^5.52.0",
    "@typescript-eslint/parser": "^5.52.0",
    "documentation": "^14.0.2",
    "eslint": "^8.34.0",
    "jest": "^29.4.3",
    "mock-knex": "^0.4.11",
    "nodemon": "^2.0.4",
    "ts-jest": "^29.0.5",
    "ts-node": "^10.9.1",
    "typescript": "^4.9.5"
  },
  "dependencies": {
    "@babbage/sdk": "^0.4.44",
    "babbage-bsv": "^0.2.4",
    "cwi-base": "^0.3.123",
    "cwi-external-services": "^0.3.107"
  }
}
