{
  "name": "unrequired",
  "version": "0.3.1",
  "description": "find unused javascript files in your project",
  "main": "./src/index.js",
  "author": "spencermountain",
  "bin": {
    "unrequired": "./src/bin.js"
  },
  "scripts": {
    "test": "tape ./tests/*.test.js | tap-dancer",
    "run": "node ./scratch.js",
    "watch": "node ./scratch.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/spencermountain/unrequired.git"
  },
  "bugs": {
    "url": "https://github.com/spencermountain/unrequired/issues"
  },
  "homepage": "https://github.com/spencermountain/unrequired#readme",
  "keywords": [
    "code quality",
    "linter",
    "cleanup"
  ],
  "prettier": {
    "trailingComma": "es5",
    "tabWidth": 2,
    "semi": false,
    "singleQuote": true,
    "printWidth": 100
  },
  "dependencies": {
    "@babel/core": "^7.4.5",
    "@babel/preset-env": "^7.4.5",
    "@babel/preset-react": "^7.0.0",
    "rollup": "1.31.1",
    "rollup-plugin-babel": "^4.3.2",
    "rollup-plugin-commonjs": "10.1.0",
    "rollup-plugin-json": "^4.0.0",
    "rollup-plugin-node-resolve": "5.2.0",
    "rollup-plugin-typescript": "^1.0.1",
    "shelljs": "0.8.3",
    "tslib": "^1.10.0",
    "typescript": "^3.5.2"
  },
  "devDependencies": {
    "tap-dancer": "0.2.0",
    "tape": "4.13.0"
  },
  "license": "MIT"
}
