{
  "name": "nxx",
  "version": "1.0.1",
  "description": "A tool that deletes 'node_modules', 'package-lock.json' and run 'npm install' in a series.",
  "main": "index.js",
  "bin": "index.js",
  "scripts": {
  },
  "author": "Guo, Xinghua",
  "license": "MIT",
  "dependencies": {
    "rimraf": "^2.6.1"
  }
}
