{
  "name": "sdtk-code-kit",
  "version": "0.4.3",
  "description": "Workflow-first coding process toolkit: start, plan, build, verify, ship, and runtime setup.",
  "bin": {
    "sdtk-code": "bin/sdtk-code.js"
  },
  "main": "src/index.js",
  "type": "commonjs",
  "files": [
    "bin/",
    "src/",
    "assets/"
  ],
  "scripts": {
    "test": "powershell -ExecutionPolicy Bypass -Command \"$ErrorActionPreference = 'Stop'; Set-Location '..\\..\\..\\..'; python -m unittest tests.test_sdtk_code_cli tests.test_sdtk_code_product tests.test_sdtk_code_workflow_regressions tests.test_sdtk_code_trust_events tests.test_sdtk_code_guardrails tests.test_sdtk_code_file_scope tests.test_sdtk_code_trust_trace tests.test_sdtk_code_readiness tests.test_sdtk_code_guardrails_scope_trace tests.test_sdtk_code_sleep tests.test_sdtk_code_sleep_report\"",
    "build:payload": "powershell -ExecutionPolicy Bypass -Command \"$ErrorActionPreference = 'Stop'; & 'scripts/sync-toolkit-assets.ps1'; & 'scripts/build-toolkit-manifest.ps1'\"",
    "verify:payload": "node -e \"require('./src/lib/toolkit-payload').verify()\"",
    "pack:smoke": "npm pack --dry-run",
    "pack:release": "npm pack",
    "prepublishOnly": "node -e \"require('./src/lib/toolkit-payload').verify()\""
  },
  "engines": {
    "node": ">=18.13.0"
  },
  "keywords": [
    "sdtk-code",
    "cli",
    "toolkit"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/codexsdtk/sdtk-toolkit.git",
    "directory": "products/sdtk-code/distribution/sdtk-code-kit"
  },
  "homepage": "https://github.com/codexsdtk/sdtk-toolkit/tree/main/products/sdtk-code/distribution/sdtk-code-kit",
  "bugs": {
    "url": "https://github.com/codexsdtk/sdtk-toolkit/issues"
  },
  "publishConfig": {
    "access": "public"
  }
}
