{
  "name": "order-imports",
  "version": "1.5.0",
  "description": "This script orders the imports of javascript files",
  "main": "lib/index.js",
  "scripts": {
    "test": "yarn build && node lib/index.js test -f js$ -v -c exampleConfig.json",
    "build": "babel src -d lib"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/devizerio/importorder.git"
  },
  "author": "Xander Deseyn",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/devizerio/importorder/issues"
  },
  "homepage": "https://github.com/devizerio/importorder#readme",
  "dependencies": {
    "command-line-args": "^5.0.2",
    "lodash": "^4.17.11",
    "recursive-readdir": "^2.2.2",
    "stable": "^0.1.8"
  },
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.2.2",
    "@babel/preset-env": "^7.2.3"
  }
}
