UNPKG

@v1b3m/create-project

Version:

A CLI to bootstrap my new projects

18 lines (17 loc) 433 B
{ "name": "typescript-template", "version": "1.0.0", "description": "", "main": "dist/index.js", "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "v1b3m <vibenjamin6@gmail.com> (https://v1b3m.github.io/)", "license": "MIT", "devDependencies": { "typescript": "^3.5.3" } }