{
  "name": "@simitgroup/simpleapp-generator",
  "version": "2.0.3q-alpha",
  "description": "frontend nuxtjs and backend nests code generator using jsonschema.",
  "main": "dist/index.js",
  "scripts": {
    "generate": "ts-node src/index.ts -c ./sampleconfig.json; pnpm exec prettier ./backend  --write;pnpm exec prettier ./frontend  --write",
    "build": "rm -rf ./tsconfig.tsbuildinfo && npx tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "Ks Tan",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git://github.com/SIMITGROUP/simpleapp-generator.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@apidevtools/json-schema-ref-parser": "^10.1.0",
    "@simitgroup/simpleapp-vue-component": "^1.0.65",
    "ajv": "^8.12.0",
    "ajv-formats": "^2.1.1",
    "axios": "^1.5.0",
    "bpmn-moddle": "^8.0.1",
    "child_process": "^1.0.2",
    "cli-color": "^2.0.3",
    "commander": "^11.0.0",
    "eta": "^3.1.0",
    "figlet": "^1.6.0",
    "fs": "0.0.1-security",
    "json-schema": "^0.4.0",
    "json-schema-ref-parser": "^9.0.9",
    "lodash": "^4.17.21",
    "moddle-xml": "^10.1.0",
    "path": "^0.12.7",
    "tslog": "4.9.1"
  },
  "bin": {
    "simpleapp-generator": "dist/index.js"
  },
  "devDependencies": {
    "@types/node": "^20.5.2",
    "prettier": "^3.0.2",
    "typescript": "^5.1.6"
  }
}
