{
  "name": "@lerna/import",
  "version": "3.22.0",
  "description": "Import a package into the monorepo with commit history",
  "keywords": [
    "lerna",
    "command"
  ],
  "homepage": "https://github.com/lerna/lerna/tree/master/commands/import#readme",
  "license": "MIT",
  "author": {
    "name": "Daniel Stockman",
    "url": "https://github.com/evocateur"
  },
  "files": [
    "command.js",
    "index.js"
  ],
  "main": "index.js",
  "engines": {
    "node": ">= 6.9.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lerna/lerna.git",
    "directory": "commands/import"
  },
  "scripts": {
    "test": "echo \"Run tests from root\" && exit 1"
  },
  "dependencies": {
    "@lerna/child-process": "3.16.5",
    "@lerna/command": "3.21.0",
    "@lerna/prompt": "3.18.5",
    "@lerna/pulse-till-done": "3.13.0",
    "@lerna/validation-error": "3.13.0",
    "dedent": "^0.7.0",
    "fs-extra": "^8.1.0",
    "p-map-series": "^1.0.0"
  },
  "gitHead": "0d45bd5f850aa42d54fe7eb61ba46a4249e1eb94"
}
