{
  "name": "create-xc-app",
  "version": "2.4.12",
  "license": "MIT",
  "author": "lencx <cxin1314@gmail.com>",
  "main": "index.js",
  "bin": {
    "create-xc-app": "index.js",
    "xc": "index.js"
  },
  "files": [
    "index.js",
    "template-*"
  ],
  "keywords": [
    "xc",
    "rsw",
    "wasm",
    "vite",
    "deno",
    "xc-app",
    "wasm-vue",
    "wasm-react",
    "webAssembly"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lencx/create-xc-app.git"
  },
  "bugs": {
    "url": "https://github.com/lencx/create-xc-app/issues"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "homepage": "https://github.com/lencx/create-xc-app/tree/master/#readme",
  "dependencies": {
    "enquirer": "^2.3.6",
    "kolorist": "^1.2.10",
    "minimist": "^1.2.5"
  }
}
