UNPKG

@kwalox/create-node-app

Version:

CLI command to bootstrap Node project

42 lines (41 loc) 912 B
{ "name": "@kwalox/create-node-app", "version": "3.0.0", "description": "CLI command to bootstrap Node project", "main": "src/index.js", "repository": { "type": "git", "url": "https://github.com/KwalOx/create-node-app.git" }, "bin": { "@kwalox/create-node-app": "bin/create-node-app.js", "create-node-app": "bin/create-node-app.js" }, "publishConfig": { "access": "public" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "cli", "create-node-app", "node", "javascript", "typescript", "express" ], "author": "Joey Lau", "license": "MIT", "dependencies": { "arg": "^5.0.1", "chalk": "^4.1.2", "esm": "^3.2.25", "execa": "^5.1.1", "inquirer": "^8.2.4", "listr": "^0.14.3", "ncp": "^2.0.0", "pkg-install": "^1.0.0", "validate-npm-package-name": "^4.0.0" } }