{
  "name": "qy-cli",
  "version": "0.2.10",
  "description": "一站式前端自动检测平台",
  "main": "lib/qy-cli.js",
  "bin": {
    "qy": "lib/qy-cli.js"
  },
  "scripts": {
    "clean": "rm -rf lib",
    "build": "npm run clean && babel src -d lib -q",
    "start": "npm run build && node lib/qy-cli.js",
    "test": "npm run build && mocha test/index.test.js",
    "test-cli": "node test/walk.test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/azl397985856/QY.git"
  },
  "keywords": [
    "前端检测",
    "依赖分析",
    "图片检测"
  ],
  "author": "zhipenglu",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/azl397985856/QY/issues"
  },
  "homepage": "https://github.com/azl397985856/QY#readme",
  "dependencies": {
    "chalk": "^2.3.0",
    "commander": "^2.12.2",
    "depcheck": "^0.6.8",
    "isomorphic-fetch": "^2.2.1",
    "mime": "^2.2.0",
    "nodemailer": "^4.4.1"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-es2015-loose": "^8.0.0",
    "babel-preset-stage-3": "^6.24.1",
    "colors": "^1.1.2",
    "mocha": "^5.0.0",
    "walk": "^2.3.9"
  }
}
