{
  "name": "dependency-analyze",
  "version": "1.3.0",
  "description": "js code dependency analyze",
  "main": "lib/index.js",
  "scripts": {
    "lint": "standard --fix && npm-ensure -t deps",
    "test": "npm run lint && npm run test-local",
    "test-local": "mocha test/**/*.test.js",
    "test-cov": "istanbul cover _mocha test/**/*.test.js",
    "ci": "npm run lint && npm run test-cov",
    "beta": "npm test && git release $npm_package_version && npm publish --tag beta",
    "release": "npm test && npm-ensure -t changelog && git release $npm_package_version && npm publish",
    "precommit": "standard && npm-ensure -t deps"
  },
  "ensure": {
    "deps": {
      "checkDirs": [
        "lib/**/*",
        "bin/*"
      ]
    }
  },
  "standard": {
    "global": [
      "describe",
      "it",
      "beforeEach",
      "afterEach"
    ],
    "ignore": [
      "/test"
    ]
  },
  "dependencies": {
    "@babel/parser": "^7.7.3",
    "@babel/traverse": "^7.7.2",
    "@babel/types": "^7.7.2",
    "debug": "^2.4.5",
    "minimatch": "^3.0.3"
  },
  "devDependencies": {
    "assert-plus": "^1.0.0",
    "husky": "0.x",
    "istanbul": "*",
    "mocha": "^3.0.2",
    "npm-ensure": "^1.0.0",
    "standard": "10.x"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:yibn2008/dependency-analyze.git"
  },
  "keywords": [
    "dependency-analyze"
  ],
  "author": "yibn2008@qq.com",
  "license": "ISC"
}
