Last active
May 29, 2019 05:38
-
-
Save seanpmaxwell/f84d23a67a8605c9c784276b2044bdea to your computer and use it in GitHub Desktop.
TypeScriptFullStackShell/package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "typescriptfullstackshell", | |
"version": "1.0.0", | |
"description": "demonstrate how to do full-stack TypeScript development", | |
"main": "build/demo.bundle.js", | |
"scripts": { | |
"start": "npm install --only=prod && NODE_ENV=production node ./build/start.js", | |
"start-dev": "nodemon --config \"./util/nodemon.json\"", | |
"test": "ts-node src/start.ts test", | |
"build": "sh ./util/buildForProd.sh" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment