{
  "name": "flarum-cli",
  "description": "A CLI for developing Flarum extensions",
  "version": "1.0.0-alpha.5",
  "author": "Flarum Team",
  "bin": {
    "fl": "bin/run",
    "flarum-cli": "bin/run"
  },
  "bugs": "https://github.com/flarum/flarum-cli/issues",
  "devDependencies": {
    "@oclif/dev-cli": "^1.26.0",
    "@oclif/test": "^1.2.8",
    "@types/chai": "^4.2.15",
    "@types/jest": "^26.0.23",
    "@types/mem-fs-editor": "^7.0.0",
    "@types/node": "^10.17.55",
    "@types/prompts": "^2.0.9",
    "@types/yosay": "^0.0.29",
    "babel-jest": "^26.6.3",
    "chai": "^4.3.3",
    "eslint": "^5.16.0",
    "eslint-config-oclif": "^3.1.0",
    "eslint-config-oclif-typescript": "^0.1.0",
    "globby": "^10.0.2",
    "jest": "^26.6.3",
    "jest-extended": "^0.11.5",
    "ts-jest": "^26.5.6",
    "ts-node": "^8.10.2",
    "typescript": "^3.9.9"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "/bin",
    "/lib",
    "/npm-shrinkwrap.json",
    "/oclif.manifest.json",
    "boilerplate",
    "stubs",
    "php-subsystem"
  ],
  "homepage": "https://github.com/flarum/flarum-cli",
  "keywords": [
    "oclif"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "oclif": {
    "commands": "./lib/commands",
    "bin": "flarum-cli",
    "helpClass": "./lib/help",
    "plugins": [
      "@oclif/plugin-help",
      "@tiagonapoli/oclif-plugin-spaced-commands"
    ],
    "topics": {
      "generate:backend": {
        "description": "add backend boilerplate code to an existing Flarum extension"
      },
      "generate": {
        "description": "add boilerplate code to an existing Flarum extension"
      },
      "infra": {
        "description": "add/modify infrastructure for an existing Flarum extension"
      }
    }
  },
  "repository": "flarum/flarum-cli",
  "scripts": {
    "format": "eslint . --ext .ts --config .eslintrc --fix",
    "postpack": "rm -f oclif.manifest.json",
    "posttest": "eslint . --ext .ts --config .eslintrc",
    "prepack": "rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme",
    "test": "jest",
    "version": "oclif-dev readme && git add README.md"
  },
  "types": "lib/index.d.ts",
  "dependencies": {
    "@babel/preset-env": "^7.14.2",
    "@oclif/command": "^1.8.0",
    "@oclif/config": "^1.17.0",
    "@oclif/plugin-autocomplete": "^0.3.0",
    "@oclif/plugin-help": "^3.2.2",
    "@tiagonapoli/oclif-plugin-spaced-commands": "^0.0.6",
    "@zodash/pick": "^1.1.6",
    "chalk": "^2.4.2",
    "glob": "^7.1.6",
    "just-safe-get": "^2.1.2",
    "mem-fs": "git+https://github.com/askvortsov1/mem-fs#as/typescript",
    "mem-fs-editor": "^8.0.0",
    "modern-async": "^1.0.2",
    "prompts": "^2.4.0",
    "spdx-license-list": "^6.4.0",
    "tslib": "^1.14.1",
    "yosay": "^2.0.2"
  }
}
