{
  "name": "glm-coding",
  "version": "0.8.0",
  "description": "GLM CLI - AI Code Generator with streaming output",
  "type": "module",
  "bin": {
    "glm": "dist/cli.js"
  },
  "files": [
    "dist",
    "templates"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.cli.json && npm run set-permissions",
    "set-permissions": "chmod +x dist/cli.js",
    "typecheck": "tsc --noEmit -p tsconfig.cli.json",
    "clean": "rm -rf dist",
    "prepublishOnly": "npm run clean && npm run build",
    "dev": "tsc -p tsconfig.cli.json --watch"
  },
  "keywords": [
    "glm",
    "ai",
    "code-generation",
    "cli",
    "streaming"
  ],
  "author": "Pandoll-AI",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Pandoll-AI/glm-coding.git"
  },
  "bugs": {
    "url": "https://github.com/Pandoll-AI/glm-coding/issues"
  },
  "homepage": "https://github.com/Pandoll-AI/glm-coding#readme",
  "preferGlobal": true,
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "zod": "^3.22.0"
  },
  "devDependencies": {
    "@types/node": "^22.10.2",
    "typescript": "^5.7.2"
  }
}
