UNPKG

nopalm

Version:

One stop graphical solution to create and manage your local Node.Js projects end to end.

17 lines 375 B
{ "name": "greet-cli-oclif", "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": { "@oclif/command": "^1.8.0" } }