mirror of
https://github.com/xodivorce/npx-xodivorce.git
synced 2025-12-20 00:19:33 +05:30
21 lines
445 B
JSON
21 lines
445 B
JSON
{
|
|
"name": "xodivorce",
|
|
"version": "1.0.0",
|
|
"description": "CLI card for xodivorce",
|
|
"main": "index.mjs",
|
|
"bin": {
|
|
"xodivorce": "./index.mjs"
|
|
},
|
|
"author": "Prasid Mandal <hey@xodivorce.in>",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"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"
|
|
}
|
|
}
|