{
  "name": "@straion/cli",
  "version": "0.1.0",
  "author": "Straion",
  "bin": {
    "straion": "./bin/straion.mjs"
  },
  "keywords": [
    "cli",
    "ai",
    "ai-agents",
    "developer-tools",
    "claude",
    "copilot",
    "automation",
    "requirements",
    "enterprise"
  ],
  "private": false,
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/",
    "tag": "latest"
  },
  "type": "module",
  "license": "Elastic-2.0",
  "devDependencies": {
    "@mswjs/http-middleware": "^0.10.3",
    "@sindresorhus/slugify": "^3.0.0",
    "@testing-library/react": "^16.0.0",
    "@types/node": "^22",
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.2.3",
    "@types/semver": "^7.7.1",
    "@types/uuid": "^9.0.7",
    "ci-info": "^4.4.0",
    "commander": "^15.0.0",
    "dset": "^3.1.4",
    "eslint": "^9",
    "eslint-config-prettier": "^10",
    "execa": "^10.0.0",
    "graphql": "^16.12.0",
    "graphql-request": "^7.4.0",
    "ink": "^6.6.0",
    "ink-select-input": "^6.2.0",
    "ink-testing-library": "^4.0.0",
    "jsdom": "^24.1.0",
    "msw": "2.7.0",
    "pino": "^10.2.1",
    "posthog-node": "^5.46.1",
    "react": "19.2.7",
    "react-dom": "19.2.7",
    "semver": "^7.7.4",
    "terminal-link": "^5.0.0",
    "tinyglobby": "^0.2.17",
    "typescript": "^5.4.5",
    "uuid": "^9.0.1",
    "vitest": "^4.1.8",
    "zod": "^4.4.3"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "files": [
    "./dist",
    "!dist/**/*.map",
    "./bin",
    "./LICENSE",
    "./README.md",
    "./CHANGELOG.md"
  ]
}
