thanos-snap-cli
Version:
Randomly delete half of files in current folder
38 lines (37 loc) • 832 B
JSON
{
"name": "thanos-snap-cli",
"version": "1.0.1",
"description": "Randomly delete half of files in current folder",
"main": "index.js",
"bin": {
"snap": "index.js"
},
"directories": {
"start": "index.js"
},
"dependencies": {
"chalk": "^2.4.2",
"inquirer": "^6.5.0",
"ora": "^3.4.0",
"rimraf": "^2.6.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \\\\\\\"Error: no test specified\\\\\\\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Haixiang6123/thanos-snap-cli.git"
},
"keywords": [
"Thanos",
"Delete",
"Avengers"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Haixiang6123/thanos-snap-cli/issues"
},
"homepage": "https://github.com/Haixiang6123/thanos-snap-cli#readme"
}