26 lines
497 B
JSON
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"
|
|
}
|
|
}
|