{
  "name": "create-matrix-starter",
  "version": "1.2.1",
  "description": "快速创建项目初始模板cli",
  "main": "index.js",
  "type": "module",
  "files": [
    "index.js",
    "template-*",
    "template-*/.gitignore",
    "template-*/.npmrc"
  ],
  "bin": {
    "create-matrix-starter": "index.js",
    "cms": "index.js"
  },
  "keywords": [
    "cli",
    "template",
    "starter"
  ],
  "author": "Wyatex",
  "license": "MIT",
  "engines": {
    "node": "^14.18.0 || >=16.0.0"
  },
  "dependencies": {
    "create-matrix-starter": "link:",
    "dayjs": "^1.11.9",
    "kolorist": "^1.8.0",
    "minimist": "^1.2.8",
    "prompts": "^2.4.2"
  },
  "devDependencies": {
    "bumpp": "^9.1.1"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "scripts": {
    "release": "bumpp",
    "init": "git submodule update --init",
    "update": "git submodule update --remote"
  }
}