proposal-cli
Version:
A romantic way to propose to your special someone through the terminal
40 lines • 960 B
JSON
{
"name": "proposal-cli",
"version": "1.0.0",
"description": "A romantic way to propose to your special someone through the terminal",
"keywords": [
"proposal",
"love",
"cli",
"romance",
"terminal"
],
"homepage": "https://github.com/skmirajulislam/proposal-cli#readme",
"bugs": {
"url": "https://github.com/skmirajulislam/proposal-cli/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/skmirajulislam/proposal-cli.git"
},
"license": "ISC",
"author": "Sk Mirajul Islam",
"type": "module",
"main": "bin/index.js",
"bin": {
"propose": "./bin/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"chalk": "^5.3.0",
"chalk-animation": "^2.0.3",
"cli-progress": "^3.12.0",
"figlet": "^1.6.0",
"gradient-string": "^2.0.2",
"inquirer": "^9.2.7",
"nanospinner": "^1.1.0",
"ora": "^7.0.1"
}
}