UNPKG

node-initdb

Version:

A CLI tool to create a folder and file with some code

55 lines (54 loc) 1.24 kB
{ "name": "node-initdb", "version": "2.0.6", "description": "A CLI tool to create a folder and file with some code", "main": "index.js", "bin": { "node-initdb": "./index.js", "node-add": "./addModule.js" }, "keywords": [ "node", "npm", "cli", "cli-tool", "init", "initdb", "init-db", "mongodb", "sequelize", "express", "mongo", "mongo-db", "mongo-db-cli", "fastify", "elysia", "javascript", "typescript" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/MohamedAshraf701/node-initdb.git" }, "author": "ashraf.digital", "license": "MIT", "bugs": { "url": "https://github.com/MohamedAshraf701/node-initdb/issues" }, "homepage": "https://github.com/MohamedAshraf701/node-initdb#readme", "dependencies": { "chalk": "^5.4.1", "child_process": "^1.0.2", "commander": "^12.0.0", "copy-paste": "^1.5.3", "figlet": "^1.8.0", "fs": "^0.0.1-security", "inquirer": "^12.4.2", "mkdirp": "^3.0.1", "path": "^0.12.7", "readline": "^1.3.0" } }