dragadix
Version:
A flirty, powerful CLI experience built by Aditya 💋
34 lines (33 loc) • 641 B
JSON
{
"name": "dragadix",
"version": "1.0.6",
"description": "A flirty, powerful CLI experience built by Aditya 💋",
"main": "index.js",
"bin": {
"dragadix": "./index.js"
},
"type": "module",
"scripts": {
"start": "node index.js"
},
"keywords": [
"cli",
"flirty",
"fun",
"ai",
"portfolio"
],
"author": "Aditya Wagh",
"license": "MIT",
"dependencies": {
"axios": "^1.10.0",
"boxen": "^7.0.0",
"chalk": "^5.4.1",
"chalk-animation": "^2.0.3",
"figlet": "^1.8.1",
"gradient-string": "^2.0.2",
"inquirer": "^9.3.7",
"open": "^9.1.0",
"ora": "^6.3.1"
}
}