better-npm-init
Version:
A better version of npm init, with templates and more. Usage: better-npm-init <template> [--yarn] [--install] [--git] [--yes] [--help]
15 lines • 369 B
JSON
{
"name": "javascript-template",
"version": "1.0.0",
"description": "A JavaScript template made with better-init",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"esm": "^3.2.25"
}
}