{
  "name": "@bsv/overlay",
  "version": "0.4.0",
  "type": "commonjs",
  "description": "BSV Blockchain Overlay Services Engine",
  "files": [
    "dist",
    "src",
    "docs",
    "mod.ts",
    "LICENSE.txt"
  ],
  "scripts": {
    "test": "npm run build && jest",
    "test:watch": "npm run build && jest --watch",
    "test:coverage": "npm run build && jest --coverage",
    "lint": "ts-standard --fix src/**/*.ts",
    "build": "tsc -b && tsconfig-to-dual-package tsconfig.cjs.json",
    "dev": "tsc -b -w",
    "prepublish": "npm run build",
    "doc": "ts2md --inputFilename=mod.ts --outputFilename=docs/API.md --filenameSubstring=API --firstHeadingLevel=1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bitcoin-sv/overlay-services.git"
  },
  "keywords": [
    "BSV",
    "Blockchain",
    "Overlay",
    "Bitcoin",
    "SV"
  ],
  "author": "BSV Association",
  "license": "SEE LICENSE IN LICENSE.txt",
  "bugs": {
    "url": "https://github.com/bitcoin-sv/overlay-services/issues"
  },
  "homepage": "https://github.com/bitcoin-sv/overlay-services#readme",
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.1",
    "ts-standard": "^12.0.2",
    "ts2md": "^0.2.0",
    "tsconfig-to-dual-package": "^1.2.0",
    "typescript": "^5.2.2"
  },
  "dependencies": {
    "@bsv/gasp": "^1.1.0",
    "@bsv/sdk": "^1.6.1",
    "knex": "^3.1.0"
  }
}