{
  "name": "orbis1-sdk-node",
  "version": "0.2.4",
  "description": "Complete Orbis SDK for Node.js with bundled RGB core, Gas-Free transfers, and Watch Tower monitoring",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/",
    "src/",
    "tsconfig.json"
  ],
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "lint": "eslint src/**/*.ts",
    "lint:fix": "eslint src/**/*.ts --fix",
    "format": "prettier --write \"src/**/*.ts\"",
    "typecheck": "tsc --noEmit",
    "prepare": "husky install",
    "example:user": "ts-node --project example/tsconfig.json example/user.ts",
    "example:recipient": "ts-node --project example/tsconfig.json example/recipient.ts",
    "example:watchtower": "ts-node --project example/tsconfig.json example/watchtower.ts"
  },
  "keywords": [
    "rgb",
    "bitcoin",
    "nodejs",
    "node",
    "wallet",
    "gas-free",
    "watch-tower",
    "orbis-1",
    "blockchain",
    "crypto"
  ],
  "author": "Orbis-1 Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/orbis-1/orbis1-sdk-node"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "axios": "1.6.0",
    "crypto-js": "3.3.0",
    "orbis1-rgb-lib": "0.3.0-beta.12",
    "zod": "3.22.0"
  },
  "devDependencies": {
    "@types/crypto-js": "^4.2.2",
    "@types/jest": "^29.5.0",
    "@types/node": "^20.0.0",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "eslint": "^8.50.0",
    "eslint-config-prettier": "^9.0.0",
    "husky": "^8.0.0",
    "jest": "^29.7.0",
    "lint-staged": "^15.0.0",
    "prettier": "^3.0.0",
    "ts-jest": "^29.1.0",
    "ts-node": "^10.9.0",
    "typescript": "^5.2.0"
  }
}
