{
  "name": "scafld",
  "version": "2.5.1",
  "description": "Deterministic protocol for multi-phase agent work.",
  "author": "0state",
  "license": "MIT",
  "homepage": "https://0state.com/scafld",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nilstate/scafld.git",
    "directory": "package/npm"
  },
  "bugs": {
    "url": "https://github.com/nilstate/scafld/issues"
  },
  "bin": {
    "scafld": "bin/scafld.js"
  },
  "files": [
    "bin",
    "lib",
    "README.md"
  ],
  "scripts": {
    "postinstall": "node lib/install.js",
    "test": "node --check bin/scafld.js && node --check lib/install.js && node --check lib/platform.js"
  },
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "cli",
    "go",
    "markdown",
    "agents",
    "workflow"
  ]
}
