{
  "name": "anydir",
  "version": "1.0.0",
  "description": "show dir anydir",
  "main": "src/app.js",
  "bin": {
    "anydoor": "bin/anydoor"
  },
  "scripts": {
    "lint": "eslint .",
    "fix": "eslint --fix ."
  },
  "pre-commit": [
    "fix",
    "lint"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dream2023/test.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/dream2023/test/issues"
  },
  "homepage": "https://github.com/dream2023/test#readme",
  "devDependencies": {
    "babel-eslint": "^8.2.3",
    "eslint": "^4.19.1",
    "pre-commit": "^1.2.2"
  },
  "dependencies": {
    "chalk": "^2.4.1",
    "handlebars": "^4.0.11",
    "yargs": "^11.0.0"
  }
}
