{
  "name": "docspec",
  "version": "0.15.0",
  "description": "Docspec is a specification format and toolchain for documentation that is maintained by agents.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "docspec": "dist/cli.js"
  },
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "test:watch": "jest --watch",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "docspec",
    "documentation",
    "validation",
    "markdown"
  ],
  "author": "",
  "license": "MIT",
  "files": [
    "dist",
    "README.md",
    "docspec-template.md",
    "docspec-prompt.md"
  ],
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "@types/node": "^25.0.2",
    "jest": "^30.2.0",
    "ts-jest": "^29.4.6",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "commander": "^14.0.2"
  }
}
