nopalm
Version:
One stop graphical solution to create and manage your local Node.Js projects end to end.
18 lines (17 loc) • 364 B
JSON
{
"name": "greet-cli-meow",
"version": "1.0.0",
"description": "A simple CLI application to greet users",
"main": "src/index.js",
"bin": {
"greet": "./src/index.js"
},
"scripts": {
"start": "node src/index.js"
},
"author": "Your Name",
"license": "ISC",
"dependencies": {
"meow": "^11.0.0"
}
}