{
  "name": "@formidablejs/installer",
  "version": "0.9.13",
  "description": "The Formidable application installer",
  "author": "Donald Pakkies",
  "bin": {
    "formidable": "./bin/run"
  },
  "homepage": "https://formidablejs.org",
  "license": "MIT",
  "main": "dist/index.js",
  "repository": "https://github.com/formidablejs/installer",
  "files": [
    "/bin",
    "/dist",
    "/npm-shrinkwrap.json",
    "/oclif.manifest.json"
  ],
  "dependencies": {
    "@oclif/core": "^1",
    "@oclif/plugin-help": "^5",
    "@oclif/plugin-plugins": "^2.0.1",
    "@oclif/plugin-warn-if-update-available": "^2.0.4",
    "axios": "^0.25.0",
    "figlet": "^1.5.2",
    "fs-extra": "^10.0.0",
    "gradient-string": "^2.0.2",
    "inquirer": "^8.2.0",
    "unzipper": "^0.10.11"
  },
  "devDependencies": {
    "@oclif/test": "^2",
    "@types/chai": "^4",
    "@types/figlet": "^1.5.4",
    "@types/fs-extra": "^9.0.13",
    "@types/gradient-string": "^1.1.2",
    "@types/mocha": "^9.0.0",
    "@types/node": "^16.9.4",
    "@types/supports-color": "^8.1.1",
    "chai": "^4",
    "eslint": "^7.32.0",
    "eslint-config-oclif": "^4",
    "eslint-config-oclif-typescript": "^1.0.2",
    "globby": "^11",
    "mocha": "^9",
    "oclif": "^2",
    "shx": "^0.3.3",
    "ts-node": "^10.2.1",
    "tslib": "^2.3.1",
    "typescript": "^4.7.4"
  },
  "oclif": {
    "bin": "formidable",
    "dirname": "formidable",
    "commands": "./dist/commands",
    "plugins": [
      "@oclif/plugin-help",
      "@oclif/plugin-warn-if-update-available"
    ],
    "warn-if-update-available": {
      "timeoutInDays": 1,
      "message": "<%= config.name %> update available from <%= chalk.greenBright(config.version) %> to <%= chalk.greenBright(latest) %>."
    }
  },
  "scripts": {
    "build": "shx rm -rf dist && tsc -b",
    "lint": "eslint . --ext .ts --config .eslintrc",
    "postpack": "shx rm -f oclif.manifest.json",
    "posttest": "yarn lint",
    "prepack": "yarn build && oclif manifest && oclif readme",
    "test": "mocha --forbid-only \"test/**/*.test.ts\"",
    "version": "oclif readme && git add README.md"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "bugs": "https://github.com/formidablejs/installer/issues",
  "keywords": [
    "oclif"
  ],
  "types": "dist/index.d.ts"
}
