Last active
May 29, 2019 05:16
-
-
Save seanpmaxwell/d2b4c1c41dc5cc6bba801742a735d660 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": "start.js", | |
| "scripts": { | |
| "start-dev": "nodemon --config \"./util/nodemon.json\"/", |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment