anathon
Version:
A sweet and simple Node.js command-line tool that lets you express your love to your loved ones with personalized messages. Whether it's for your partner, friend, or family, this tool adds a little love to your terminal!
22 lines (21 loc) • 370 B
JSON
{
"name": "anathon",
"version": "1.0.6",
"description": "",
"main": "index.js",
"bin": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Love",
"Beginner",
"Nodejs",
"Basics"
],
"author": "Anant Chitranshi",
"license": "ISC",
"dependencies": {
"commander": "^13.1.0"
}
}