{
  "name": "acp-gencode",
  "version": "0.1.0",
  "description": "Hệ thống tạo mã tự động cho lowcoder",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/vnpt/acp-gencode.git"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "gencode": "./bin/gencode.js"
  },
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "lint": "eslint src/**/*.ts",
    "cli": "node ./bin/gencode.js",
    "prepublishOnly": "npm run build",
    "prepare": "npm run build"
  },
  "keywords": [
    "lowcoder",
    "gencode",
    "code-generator"
  ],
  "author": "VNPT",
  "license": "MIT",
  "dependencies": {
    "axios": "^1.6.0",
    "commander": "^9.4.1",
    "fs-extra": "^10.1.0",
    "handlebars": "^4.7.8",
    "openai": "^4.0.0",
    "prettier": "^3.0.0",
    "typescript": "^4.8.4"
  },
  "devDependencies": {
    "@types/commander": "^2.12.2",
    "@types/fs-extra": "^9.0.13",
    "@types/handlebars": "^4.1.0",
    "@types/jest": "^29.5.0",
    "@types/node": "^16.7.13",
    "@types/prettier": "^2.7.3",
    "eslint": "^8.0.0",
    "jest": "^29.5.0",
    "ts-jest": "^29.1.0",
    "ts-node": "^10.9.1"
  },
  "peerDependencies": {
    "react": ">=18.0.0"
  }
}
