{
  "name": "@bscotch/gcdata",
  "version": "0.26.0",
  "license": "MIT",
  "type": "module",
  "main": "dist/index.js",
  "dependencies": {
    "@bscotch/cl2-string-server-shared": "0.17.1",
    "@bscotch/emitter": "0.2.1",
    "@bscotch/pathy": "^2.12.1",
    "node-fetch": "^3.3.2",
    "zod": "4.3.5"
  },
  "devDependencies": {
    "chai": "^6.2.2",
    "json-schema-to-typescript": "15.0.4",
    "source-map-support": "0.5.21",
    "typescript": "5.9.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc --build",
    "build:types": "node scripts/compile-types.mjs",
    "test": "mocha --config ../../config/.mocharc.cjs",
    "test:dev": "mocha --config ../../config/.mocharc.cjs --forbid-only=false --parallel=false --timeout=9999999999",
    "watch": "tsc --build --watch"
  }
}