{
  "name": "@erquhart/lerna-create",
  "version": "3.14.0",
  "description": "Create a new lerna-managed package",
  "keywords": [
    "lerna",
    "command"
  ],
  "homepage": "https://github.com/lerna/lerna/tree/master/commands/create#readme",
  "license": "MIT",
  "author": {
    "name": "Daniel Stockman",
    "url": "https://github.com/evocateur"
  },
  "files": [
    "command.js",
    "index.js",
    "lib"
  ],
  "main": "index.js",
  "engines": {
    "node": ">= 6.9.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lerna/lerna.git",
    "directory": "commands/create"
  },
  "scripts": {
    "test": "echo \"Run tests from root\" && exit 1"
  },
  "dependencies": {
    "@erquhart/lerna-child-process": "3.14.0",
    "@erquhart/lerna-command": "3.14.0",
    "@erquhart/lerna-npm-conf": "3.14.0",
    "@erquhart/lerna-validation-error": "3.14.0",
    "camelcase": "^5.0.0",
    "dedent": "^0.7.0",
    "fs-extra": "^7.0.0",
    "globby": "^8.0.1",
    "init-package-json": "^1.10.3",
    "npm-package-arg": "^6.1.0",
    "p-reduce": "^1.0.0",
    "pacote": "^9.5.0",
    "pify": "^3.0.0",
    "semver": "^5.5.0",
    "slash": "^1.0.0",
    "validate-npm-package-license": "^3.0.3",
    "validate-npm-package-name": "^3.0.0",
    "whatwg-url": "^7.0.0"
  },
  "gitHead": "8466fb4b96e2e2500b0f066d3e95a7d694a1d688"
}
