{
  "name": "import-conductor",
  "version": "2.6.1",
  "description": "Automatically organize your Typescript import statements",
  "main": "index.js",
  "bin": {
    "import-conductor": "index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kreuzerk/import-conductor.git"
  },
  "keywords": [
    "Clean",
    "Code",
    "Imports",
    "Automatization"
  ],
  "author": "Kevin Kreuzer",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/kreuzerk/import-conductor/issues"
  },
  "homepage": "https://github.com/kreuzerk/import-conductor#readme",
  "dependencies": {
    "changed-git-files": "0.0.1",
    "command-line-args": "^5.1.1",
    "command-line-usage": "^6.1.0",
    "commander": "^5.1.0",
    "git-changed-files": "^1.0.0",
    "fast-glob": "^3.2.12",
    "ora": "^4.1.0",
    "pkg-up": "^3.1.0",
    "simple-git": "^3.3.0",
    "typescript": "^3.9.5"
  }
}
