{
  "name": "@bsv/sdk",
  "version": "2.0.13",
  "type": "commonjs",
  "description": "BSV Blockchain Software Development Kit",
  "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:ci": "ts-standard src/**/*.ts",
    "lint": "ts-standard --fix src/**/*.ts",
    "build": "npm run build:ts && npm run build:umd",
    "build:ts": "tsc -b && tsconfig-to-dual-package tsconfig.cjs.json",
    "build:umd": "rspack --config rspack.config.js",
    "dev": "tsc -b -w",
    "prepublish": "npm run build",
    "doc": "ts2md",
    "docs:serve": "mkdocs serve",
    "docs:build": "mkdocs build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bsv-blockchain/ts-sdk.git"
  },
  "keywords": [
    "BSV",
    "Blockchain",
    "SDK",
    "Bitcoin",
    "SV"
  ],
  "author": "BSV Blockchain Association",
  "license": "SEE LICENSE IN LICENSE.txt",
  "bugs": {
    "url": "https://github.com/bsv-blockchain/ts-sdk/issues"
  },
  "homepage": "https://github.com/bsv-blockchain/ts-sdk#readme",
  "devDependencies": {
    "@eslint/js": "^9.39.1",
    "@jest/globals": "^30.2.0",
    "@rspack/cli": "^1.6.1",
    "@rspack/core": "^1.6.1",
    "@types/jest": "^30.0.0",
    "@types/node": "^24.10.1",
    "eslint": "^9.39.1",
    "globals": "^16.5.0",
    "jest": "^30.2.0",
    "jest-environment-jsdom": "^30.2.0",
    "ts-jest": "^29.4.5",
    "ts-loader": "^9.5.4",
    "ts-standard": "^12.0.2",
    "ts2md": "^0.2.8",
    "tsconfig-to-dual-package": "^1.2.0",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.46.4"
  },
  "ts-standard": {
    "project": "tsconfig.eslint.json",
    "ignore": [
      "dist"
    ]
  }
}