{
  "name": "@dino-hq/cli",
  "version": "1.0.7",
  "type": "module",
  "description": "The deterministic verification layer for APIs. An independent, reproducible verdict on whether an API change is correct, secure, and safe to ship — for AI agents, CI, and developers.",
  "license": "MIT",
  "bin": {
    "dino": "dist/bin.js"
  },
  "files": [
    "dist/bin.js",
    "SECURITY.md",
    "LICENSE",
    "README.md",
    "schema.json"
  ],
  "scripts": {
    "build": "node build.mjs",
    "lint": "echo \"No lint yet\"",
    "prepublishOnly": "cp ../../SECURITY.md . && node build.mjs",
    "test": "jest --passWithNoTests",
    "typecheck": "echo \"CLI typechecked via root tsconfig\""
  },
  "publishConfig": {
    "access": "public"
  },
  "author": "Dino-HQ (https://usedino.dev)",
  "contributors": [
    {
      "name": "Dennismary Chidiebere",
      "url": "https://github.com/dennismarye"
    }
  ],
  "keywords": [
    "api",
    "graphql",
    "rest",
    "openapi",
    "testing",
    "documentation",
    "cli",
    "dino",
    "api-testing",
    "api-security",
    "fuzzing",
    "schema-validation",
    "api-quality",
    "autonomous-qa",
    "cors",
    "rbac"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Dino-HQ/dino.git",
    "directory": "packages/cli"
  },
  "homepage": "https://usedino.dev",
  "bugs": {
    "url": "https://github.com/Dino-HQ/dino/issues"
  },
  "devDependencies": {
    "@dino/auth": "*",
    "@dino/agents": "*",
    "@dino/analytics": "*",
    "@dino/core": "*",
    "@dino/engine": "*",
    "@dino/plugins": "*",
    "@dino/reasoning": "*",
    "chalk": "^5.6.2",
    "cosmiconfig": "^9.0.2",
    "esbuild": "^0.28.1",
    "ink": "7.0.6",
    "ora": "^8.2.0",
    "prompts": "^2.4.2",
    "react": "^19.2.7"
  },
  "engines": {
    "node": ">=22"
  }
}
