{
  "name": "create-ccms-custom",
  "version": "0.1.9",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "create": "node ./bin/create.js"
  },
  "bin": {
    "create-ccms-custom": "./bin/init.js"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "archiver": "^5.3.1",
    "axios": "^0.27.2",
    "chalk": "^4.1.2",
    "commander": "^4.1.1",
    "cross-spawn": "^7.0.3",
    "fs-extra": "^10.1.0",
    "glob": "^8.0.3",
    "inquirer": "^7.3.3",
    "lodash": "^4.17.21",
    "rimraf": "^3.0.2",
    "tmp": "^0.2.1"
  }
}