@fuzzywuzzyjs/cli
Version:
fuzzywuzzy-cli
42 lines (41 loc) • 859 B
JSON
{
"name": "@fuzzywuzzyjs/cli",
"description": "fuzzywuzzy-cli",
"version": "0.0.3",
"license": "UNLICENSED",
"bin": {
"fuzzywuzzy": "index.js",
"fw": "index.js"
},
"author": {
"name": "mohamedderbali",
"email": "mohamed.derbali@esprit.tn",
"url": "https://mohamedderbaliwebsite.vercel.app/"
},
"keywords": [
"fuzzywuzzy",
"mohamedderbali"
],
"files": [
"index.js",
"utils"
],
"scripts": {
"format": "prettier --write \"./**/*.{js,json}\""
},
"dependencies": {
"ansi-colors": "^4.1.3",
"chalk": "^4.1.2",
"cli-alerts": "^1.2.2",
"cli-handle-error": "^4.4.0",
"cli-handle-unhandled": "^1.1.1",
"cli-meow-help": "^3.1.0",
"cli-progress": "^3.11.2",
"cli-welcome": "^2.2.2",
"meow": "^9.0.0",
"shelljs": "^0.8.5"
},
"devDependencies": {
"prettier": "^2.8.3"
}
}