UNPKG

typescript-for-nodejs-template-by-captain-jack

Version:

Fast and Easy starter files to immediately work with TS in Nodejs

15 lines (14 loc) 469 B
{ "name": "typescript-for-nodejs-template-by-captain-jack", "version": "1.0.15", "description": "Fast and Easy starter files to immediately work with TS in Nodejs", "scripts": { "start": "node app" }, "keywords": ["starter-code", "typescript", "Nodejs", "Node", "bootcamp","developer"], "author": "Jack Amsterdam", "license": "ISC", "bin": { "create-ts-node-starter-by-captain-jack": "./app.js" } }