rmraf
Version:
Rimraf Roulette
28 lines (27 loc) • 551 B
JSON
{
"name": "rmraf",
"version": "1.0.3",
"description": "Rimraf Roulette",
"main": "cli.js",
"repository": "https://github.com/tomarrell/rmraf",
"bin": {
"rmraf": "cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"rm",
"rf",
"roulette",
"cli"
],
"author": "Tom Arrell <me@tomarrell.com> (https://github.com/tomarrell)",
"license": "MIT",
"dependencies": {
"chalk": "^2.3.2",
"meow": "^4.0.0",
"prompt": "^1.0.0",
"prompts": "^0.1.8"
}
}