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 432 B
{ "name": "typescript-template", "version": "1.0.0", "description": "A TypeScript template made with better-init", "main": "dest/index.js", "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "MIT", "dependencies": { "typescript": "^3.4.5" } }