{
  "name": "create-cundi-app",
  "version": "1.0.22",
  "description": "Create a new Cundi app with React + Refine + Ant Design",
  "type": "module",
  "bin": {
    "create-cundi-app": "./index.js"
  },
  "files": [
    "index.js",
    "template"
  ],
  "scripts": {
    "pack": "node sync-version.js && npm pack --pack-destination ../../output/npm"
  },
  "keywords": [
    "create",
    "cundi",
    "refine",
    "react",
    "antd",
    "xaf",
    "scaffold",
    "template"
  ],
  "author": "",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/antonylu0826/Cundi"
  },
  "dependencies": {
    "prompts": "^2.4.2",
    "kleur": "^4.1.5",
    "fs-extra": "^11.2.0"
  },
  "engines": {
    "node": ">=18"
  }
}