@fws/cli
Version:
This CLI is work in progress and it's meant to work together with other Forwardslash boilerplates. Please do not use it if you don't have access to other stuff.
42 lines (41 loc) • 1.18 kB
JSON
{
"name": "@fws/cli",
"version": "0.3.6",
"description": "This CLI is work in progress and it's meant to work together with other Forwardslash boilerplates.\n\nPlease do not use it if you don't have access to other stuff.\n",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\""
},
"bin": {
"fws": "bin/cli.js"
},
"author": "Forwardslash",
"homepage": "https://www.forwardslashny.com/",
"publishConfig": {
"access": "public"
},
"keywords": [
"fws",
"cli"
],
"dependencies": {
"ansi-colors": "^4.1.1",
"axios": "^0.21.2",
"cli-progress": "^3.8.2",
"cli-spinner": "^0.2.10",
"commander": "^5.1.0",
"dotenv": "^8.2.0",
"fancy-log": "^1.3.3",
"figlet": "^1.5.0",
"glob": "^7.1.6",
"html-validator": "^5.1.14",
"is-url": "^1.2.4",
"lodash.forown": "^4.4.0",
"lodash.startcase": "^4.4.0",
"lodash.template": "^4.5.0",
"node-notifier": "^7.0.1",
"parse-git-config": "^3.0.0",
"svgo": "^1.3.2",
"yaml": "^1.10.0"
}
}