UNPKG

abuse-plus

Version:
43 lines (42 loc) 770 B
{ "name": "abuse-plus", "version": "1.0.3", "description": "A terminal which roasts you", "scripts": { "dev": "node bin/abuse.js", "test": "node bin/abuse.js test" }, "dependencies": { "chalk": "^5.3.0", "commander": "^11.0.0", "fast-levenshtein": "^3.0.0", "fs-extra": "^11.1.1", "fuzzball": "^2.2.3" }, "bin": { "abuse": "./bin/abuse.js" }, "files": [ "bin/", "core/", "commands/", "data/", "README.md", "LICENSE" ], "author": "neekunjchaturvedi", "license": "ISC", "type": "module", "keywords": [ "cli", "funny", "terminal", "typo", "roast", "devtools" ], "repository": { "type": "git", "url": "https://github.com/neekunjchaturvedi/abuse" } }