Archived
Private
Public Access
1
0
This repository has been archived on 2026-02-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ProjectBackup/node/TestCli/package.json
2022-09-04 12:45:01 +02:00

26 lines
497 B
JSON

{
"name": "testcli",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ."
},
"bin": {
"test": "./index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.2",
"chalk-animation": "^1.6.0",
"figlet": "^1.5.2",
"gradient-string": "^2.0.0",
"inquirer": "^8.2.0",
"nanospinner": "^1.0.0"
}
}