{
  "name": "lerna-script-tasks-depcheck",
  "version": "1.4.0",
  "description": "tasks for running depcheck for all modules",
  "author": "Vilius Lukosius",
  "license": "ISC",
  "homepage": "https://github.com/wix/lerna-script/tree/master/tasks/depcheck",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:wix/lerna-script.git",
    "directory": "/tasks/depcheck"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "dependencies": {
    "colors": "1.4.0",
    "depcheck": "0.9.2"
  },
  "peerDependencies": {
    "lerna-script": ">=1.3.3"
  },
  "devDependencies": {
    "chai": "4.2.0",
    "invert-promise": "^1.0.1",
    "lerna-script": "^1.4.0",
    "lerna-script-test-utils": "~1.3.2",
    "mocha": "7.2.0",
    "sinon": "9.0.2",
    "sinon-chai": "3.5.0"
  },
  "gitHead": "27b0ac7461e1e9647e18386c1444f64805905579"
}
