{
  "name": "ts-cil",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "bin": {
    "ts-cill": "./bin/cil.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@types/node": "^17.0.31",
    "@typescript-eslint/eslint-plugin": "^5.22.0",
    "@typescript-eslint/parser": "^5.22.0",
    "eslint": "^8.14.0",
    "eslint-plugin-react": "^7.29.4"
  },
  "dependencies": {
    "chalk": "^4.1.2",
    "clear-console": "^1.1.0",
    "commander": "^9.2.0",
    "download-git-repo": "^3.0.2",
    "eslint-config-standard": "^17.0.0",
    "inquirer": "^8.2.4",
    "ora": "^6.1.0",
    "shelljs": "^0.8.5",
    "typescript": "^4.6.4"
  }
}
