{
  "name": "kiro-spec-engine",
  "version": "1.47.33",
  "description": "kiro-spec-engine (kse) - A CLI tool and npm package for spec-driven development with AI coding assistants. NOT the Kiro IDE desktop application.",
  "main": "index.js",
  "bin": {
    "kiro-spec-engine": "bin/kiro-spec-engine.js",
    "kse": "bin/kiro-spec-engine.js"
  },
  "files": [
    "bin/",
    "lib/",
    "template/",
    "!template/.kiro/tools/__pycache__/",
    "!template/.kiro/tools/**/*.pyc",
    "!template/.kiro/tools/**/*.pyo",
    "!template/.kiro/tools/**/*.pyd",
    "locales/",
    "docs/",
    "README.md",
    "README.zh.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "scripts": {
    "test": "npx jest",
    "test:smoke": "npm run test:ci",
    "test:full": "npx jest --config=jest.config.js",
    "test:ci": "npx jest --config=jest.config.ci.js",
    "test:unit": "npx jest tests/unit",
    "test:integration": "npx jest tests/integration",
    "test:properties": "npx jest tests/properties",
    "test:handles": "npx jest --config=jest.config.js --runInBand --detectOpenHandles",
    "test:skip-audit": "node scripts/check-skip-allowlist.js",
    "test:watch": "npx jest --watch",
    "coverage": "npx jest --coverage",
    "report:moqui-baseline": "node scripts/moqui-template-baseline-report.js --json",
    "prepublishOnly": "npm run test:full && npm run test:skip-audit",
    "publish:manual": "npm publish --access public",
    "install-global": "npm install -g .",
    "uninstall-global": "npm uninstall -g kiro-spec-engine"
  },
  "keywords": [
    "kiro",
    "spec",
    "spec-driven",
    "engine",
    "steering",
    "rules-engine",
    "development",
    "quality",
    "ultrawork",
    "ai",
    "productivity",
    "cli",
    "i18n",
    "multilingual",
    "chinese",
    "english",
    "development-tools",
    "quality-enhancement",
    "sisyphus"
  ],
  "author": "heguangyong",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/heguangyong/kiro-spec-engine.git"
  },
  "bugs": {
    "url": "https://github.com/heguangyong/kiro-spec-engine/issues"
  },
  "homepage": "https://github.com/heguangyong/kiro-spec-engine#readme",
  "engines": {
    "node": ">=16.0.0",
    "python": ">=3.8.0"
  },
  "dependencies": {
    "chalk": "^4.1.2",
    "chokidar": "^3.5.3",
    "cli-table3": "^0.6.5",
    "commander": "^9.0.0",
    "fs-extra": "^10.0.0",
    "inquirer": "^8.2.0",
    "js-yaml": "^4.1.1",
    "minimatch": "^10.1.1",
    "path": "^0.12.7",
    "semver": "^7.5.4",
    "simple-git": "^3.30.0"
  },
  "devDependencies": {
    "fast-check": "^4.5.3",
    "jest": "^27.5.1"
  }
}
