{
  "name": "npmshit",
  "version": "0.4.0",
  "description": "自动清理node_modules中无用的文件",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "bin/npmshit.js",
    "dist/cli.js",
    "dist/cli.d.ts",
    "dist/index.js",
    "dist/index.d.ts"
  ],
  "bin": {
    "npmshit": "./bin/npmshit.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "format": "prettier --write \"**/*.ts\"",
    "compile": "rm -rf dist && tsc",
    "prepublish": "npm run compile"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npmshit/npmshit.git"
  },
  "keywords": [
    "npm",
    "shit"
  ],
  "author": "Yourtion <yourtion@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/npmshit/npmshit/issues"
  },
  "homepage": "https://github.com/npmshit/npmshit#readme",
  "devDependencies": {
    "prettier": "^1.13.6",
    "typescript": "^2.9.2"
  },
  "dependencies": {
    "@types/cli-spinner": "^0.2.0",
    "@types/node": "^10.3.6",
    "cli-spinner": "^0.2.8",
    "commander": "^2.15.1",
    "rd": "^2.0.0"
  }
}
