package.json
{
"name": "dai-cli",
"type": "module",
"version": "1.0.6",
"description": "description",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"dai-cli": "./index.js"
},
"author": "description",
"license": "ISC",
"dependencies": {
"chalk": "^5.0.0",
"commander": "^8.3.0",
"download-git-repo": "^3.0.2",
"inquirer": "^8.2.0",
"ora": "^6.0.1"
}
}