(refactor): improve CLI logic, update README, and remove unused assets

This commit is contained in:
2025-07-26 15:03:47 +05:30
parent 905deca9e6
commit c1bf88da0d
5 changed files with 1180 additions and 57 deletions

View File

@@ -9,12 +9,18 @@
"author": "Prasid Mandal <hey@xodivorce.in>",
"license": "MIT",
"type": "module",
"keywords": ["cli", "card", "npx", "xodivorce"],
"keywords": [
"cli",
"card",
"npx",
"xodivorce"
],
"dependencies": {
"boxen": "^8.0.1",
"chalk": "^5.4.1",
"dotenv": "^17.2.1",
"inquirer": "^12.8.2",
"open": "^10.2.0"
"open": "^10.2.0",
"puppeteer": "^24.15.0"
}
}