UNPKG

nodebasecli

Version:

Cli to create modules for nodebase

28 lines (27 loc) 544 B
{ "name": "nodebasecli", "version": "1.0.7", "description": "Cli to create modules for nodebase", "main": "index.mjs", "bin": { "nodebase": "index.mjs" }, "scripts": { "start": "start index.mjs" }, "funding": { "type": "github", "url": "https://github.com/sponsors/Abdul-dewaswala" }, "keywords": [ "nodebase", "cli", "commands" ], "author": "Abdul Quadir Dewaswala", "license": "MIT", "dependencies": { "chalk": "^5.3.0", "fs-extra": "^11.2.0" } }