{
  "_from": "@feathersjs/cli@^4.5.0",
  "_id": "@feathersjs/cli@4.5.0",
  "_inBundle": false,
  "_integrity": "sha512-EIgkb3ywoJv5qg6LHHi/boMUWPdJrEjUl7tEE8hY9sOzJgnIDWyMV+v1uZj9tC9ANafInxUOBujDPGAsyj0G1Q==",
  "_location": "/@feathersjs/cli",
  "_phantomChildren": {
    "lru-cache": "6.0.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@feathersjs/cli@^4.5.0",
    "name": "@feathersjs/cli",
    "escapedName": "@feathersjs%2fcli",
    "scope": "@feathersjs",
    "rawSpec": "^4.5.0",
    "saveSpec": null,
    "fetchSpec": "^4.5.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@feathersjs/cli/-/cli-4.5.0.tgz",
  "_shasum": "1e6c29c063c0d05f3a887a99a9b6655d9787aa8a",
  "_spec": "@feathersjs/cli@^4.5.0",
  "_where": "/home/editor/editor.api",
  "author": {
    "name": "Feathers contributors",
    "email": "hello@feathersjs.com",
    "url": "https://feathersjs.com"
  },
  "bin": {
    "feathers": "bin/feathers.js"
  },
  "bugs": {
    "url": "https://github.com/feathersjs/cli/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@feathersjs/tools": "^0.2.2",
    "commander": "^6.2.1",
    "generator-feathers": "4.4.0",
    "generator-feathers-plugin": "1.0.1",
    "semver": "^7.3.4",
    "update-notifier": "^5.0.1",
    "yeoman-environment": "^2.10.3"
  },
  "deprecated": false,
  "description": "Command-line Feathers generator",
  "devDependencies": {
    "lodash": "^4.17.20",
    "mocha": "^8.2.1",
    "npm-check-updates": "^11.0.2",
    "semistandard": "^16.0.0"
  },
  "directories": {
    "lib": "lib"
  },
  "engines": {
    "node": ">= 10"
  },
  "homepage": "https://github.com/feathersjs/cli",
  "keywords": [
    "feathers",
    "feathers-plugin"
  ],
  "license": "MIT",
  "main": "lib/",
  "name": "@feathersjs/cli",
  "preferGlobal": true,
  "repository": {
    "type": "git",
    "url": "git://github.com/feathersjs/cli.git"
  },
  "scripts": {
    "changelog": "github_changelog_generator -u feathersjs -p cli && git add CHANGELOG.md && git commit -am \"Updating changelog\"",
    "lint": "semistandard --fix",
    "mocha": "mocha --recursive test/",
    "publish": "git push origin --tags && npm run changelog && git push origin",
    "release:major": "npm version major && npm publish --access public",
    "release:minor": "npm version minor && npm publish --access public",
    "release:patch": "npm version patch && npm publish --access public",
    "release:pre": "npm version prerelease && npm publish --tag pre --access public",
    "test": "npm run lint && npm run mocha",
    "update-dependencies": "ncu -u"
  },
  "semistandard": {
    "sourceType": "module",
    "env": [
      "mocha"
    ]
  },
  "version": "4.5.0"
}
