{
  "_from": "@feathersjs/tools@^0.2.2",
  "_id": "@feathersjs/tools@0.2.3",
  "_inBundle": false,
  "_integrity": "sha512-AS2s7OcTNsbYLH2JGOXa643uKrmTUaETuas5Vq5X9hmJEeivNeO6T3Z5r3cROzpyaf05lfleeOgnLr/RvOnN7g==",
  "_location": "/@feathersjs/tools",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@feathersjs/tools@^0.2.2",
    "name": "@feathersjs/tools",
    "escapedName": "@feathersjs%2ftools",
    "scope": "@feathersjs",
    "rawSpec": "^0.2.2",
    "saveSpec": null,
    "fetchSpec": "^0.2.2"
  },
  "_requiredBy": [
    "/@feathersjs/cli",
    "/generator-feathers"
  ],
  "_resolved": "https://registry.npmjs.org/@feathersjs/tools/-/tools-0.2.3.tgz",
  "_shasum": "2793239214834f2470d67b0c01fc3991cefc2501",
  "_spec": "@feathersjs/tools@^0.2.2",
  "_where": "/home/editor/editor.api/node_modules/@feathersjs/cli",
  "author": {
    "name": "Feathers contributors",
    "email": "hello@feathersjs.com",
    "url": "https://feathersjs.com"
  },
  "bin": {
    "convert-repository": "bin/convert-repository"
  },
  "bugs": {
    "url": "https://github.com/feathersjs/tools/issues"
  },
  "bundleDependencies": false,
  "contributors": [],
  "dependencies": {
    "debug": "^4.1.1",
    "fs-extra": "^9.0.1",
    "jscodeshift": "^0.10.0",
    "npm": "^6.14.11"
  },
  "deprecated": false,
  "description": "Codemods and other generator and repository  management tools",
  "devDependencies": {
    "chai": "^4.2.0",
    "istanbul": "^1.1.0-alpha.1",
    "mocha": "^8.0.1",
    "semistandard": "^14.2.2"
  },
  "directories": {
    "lib": "lib"
  },
  "engines": {
    "node": ">= 12.0.0"
  },
  "homepage": "https://github.com/feathersjs/tools",
  "keywords": [
    "feathers",
    "tooling"
  ],
  "license": "MIT",
  "main": "lib/",
  "name": "@feathersjs/tools",
  "repository": {
    "type": "git",
    "url": "git://github.com/feathersjs/tools.git"
  },
  "scripts": {
    "changelog": "github_changelog_generator && git add CHANGELOG.md && git commit -am \"Updating changelog\"",
    "coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --recursive test/",
    "lint": "semistandard lib/*.js lib/**/*.js test/*.js test/**/*.js --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 coverage"
  },
  "semistandard": {
    "sourceType": "module",
    "env": [
      "mocha"
    ]
  },
  "version": "0.2.3"
}
