{
  "name": "@constructive-sdk/cli",
  "version": "1.17.0",
  "author": "Constructive <developers@constructive.io>",
  "description": "Constructive CLI SDK - Auto-generated GraphQL CLI with ORM client, context management, and interactive prompts",
  "main": "index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "bin": {
    "csdk": "cli.js"
  },
  "homepage": "https://github.com/constructive-io/constructive",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/constructive-io/constructive"
  },
  "bugs": {
    "url": "https://github.com/constructive-io/constructive/issues"
  },
  "scripts": {
    "clean": "makage clean",
    "prepack": "npm run build",
    "build": "makage build",
    "build:dev": "makage build --dev",
    "generate": "rimraf src/index.ts && tsx scripts/generate-sdk.ts",
    "lint": "eslint . --fix",
    "test": "jest --passWithNoTests",
    "test:watch": "jest --watch"
  },
  "keywords": [
    "cli",
    "sdk",
    "graphql",
    "orm",
    "constructive",
    "postgraphile",
    "schema-dir",
    "command-line",
    "interactive"
  ],
  "dependencies": {
    "@0no-co/graphql.web": "^1.3.3",
    "@agentic-kit/ollama": "2.14.0",
    "@constructive-io/graphql-query": "^4.17.0",
    "@constructive-io/graphql-types": "^3.30.0",
    "appstash": "^0.8.0",
    "gql-ast": "^3.24.0",
    "graphql": "16.13.0",
    "inquirerer": "^4.9.3",
    "nested-obj": "^0.2.3",
    "yanse": "^0.2.2"
  },
  "devDependencies": {
    "@constructive-io/graphql-codegen": "^5.20.0",
    "@types/node": "^22.19.11",
    "makage": "^0.3.0",
    "tsx": "^4.19.0",
    "typescript": "^5.9.3"
  },
  "gitHead": "df6b6613c844b505813e5d02d3a4afd918b74eab"
}
