UNPKG

ruku-js

Version:

A cli that is the new NPM.

31 lines (30 loc) 641 B
{ "name": "ruku-js", "version": "1.2.4", "description": "A cli that is the new NPM.", "main": "index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Luke Smith", "license": "Creative Commons", "bin": "./index.js", "keywords": [ "js-cli", "new-npm", "cli", "command-line" ], "dependencies": { "chalk": "^5.0.1", "cli-progress": "^3.10.0", "commander": "^9.0.0", "express": "^4.17.3", "figlet": "^1.5.2", "inquirer": "^8.2.1", "nanospinner": "^1.0.0", "serve-static": "^1.14.2", "server": "^1.0.37" } }