{
  "name": "auto-import-cli",
  "version": "1.0.5",
  "description": "import modules automagically based on your configuration",
  "main": "index.js",
  "bin": {
    "autoImport": "./bin/index.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nbb3210/auto-import-cli.git"
  },
  "author": "nbb3210",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/nbb3210/auto-import-cli/issues"
  },
  "homepage": "https://github.com/nbb3210/auto-import-cli#readme",
  "dependencies": {
    "chokidar": "^2.0.0",
    "glob": "^7.1.2",
    "lodash": "^4.17.4"
  }
}
