UNPKG

better-npm-init

Version:

A better version of npm init, with templates and more. Usage: better-npm-init <template> [--yarn] [--install] [--git] [--yes] [--help]

17 lines (16 loc) 287 B
{ "name": "buffer-fill", "version": "1.0.0", "license": "MIT", "repository": "LinusU/buffer-fill", "files": [ "index.js" ], "scripts": { "test": "standard && node test" }, "devDependencies": { "buffer-alloc-unsafe": "^1.1.0", "standard": "^7.1.2" } }