{
  "name": "cpoo",
  "description": "simple react component generator",
  "version": "1.2.0",
  "author": "Masaya Fukazawa @masaya-fukazawa",
  "bin": {
    "cpoo": "./bin/run"
  },
  "bugs": "https://github.com/masaya-fukazawa/cpoo/issues",
  "dependencies": {
    "@oclif/core": "^1",
    "@oclif/plugin-help": "^5",
    "@oclif/plugin-plugins": "^2.0.1",
    "@types/inquirer": "^8.1.3",
    "chalk": "^4.1.2",
    "cli-ux": "^6.0.6",
    "handlebars": "^4.7.7",
    "inquirer": "^8.2.0"
  },
  "devDependencies": {
    "@oclif/test": "^2",
    "@types/chai": "^4",
    "@types/mocha": "^9.0.0",
    "@types/node": "^16.9.4",
    "chai": "^4",
    "eslint": "^7.32.0",
    "eslint-config-oclif": "^4",
    "eslint-config-oclif-typescript": "^1.0.2",
    "globby": "^11",
    "mocha": "^9",
    "oclif": "^2.0.0-main.10",
    "shx": "^0.3.3",
    "ts-node": "^10.2.1",
    "tslib": "^2.3.1",
    "typescript": "^4.4.3",
    "typesync": "^0.8.0",
    "yarn-deduplicate": "^3.1.0"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "files": [
    "/bin",
    "/lib",
    "/npm-shrinkwrap.json",
    "/oclif.manifest.json"
  ],
  "homepage": "https://github.com/masaya-fukazawa/cpoo",
  "keywords": [
    "oclif",
    "react",
    "component",
    "generator"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "oclif": {
    "commands": "./lib/commands",
    "bin": "cpoo",
    "plugins": [
      "@oclif/plugin-help",
      "@oclif/plugin-plugins"
    ]
  },
  "repository": "masaya-fukazawa/cpoo",
  "scripts": {
    "build": "shx rm -rf lib && tsc -b && cp -r src/commands/generate/templates lib/commands/generate",
    "lint": "eslint . --ext .ts --config .eslintrc",
    "postpack": "shx rm -f oclif.manifest.json",
    "posttest": "yarn lint",
    "postinstall": "typesync --ignoredeps=dev && yarn check --integrity || yarn install --ignore-scripts && yarn-deduplicate",
    "prepack": "yarn build && oclif manifest && oclif readme",
    "test": "mocha --forbid-only \"test/**/*.test.ts\"",
    "version": "oclif readme && git add README.md"
  },
  "types": "lib/index.d.ts"
}
