Last active
May 29, 2019 14:53
-
-
Save seanpmaxwell/b2c0f8b9e57e72163f298db1e5ef763e to your computer and use it in GitHub Desktop.
ExpressTypeScript/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": "expresstypescript", | |
"version": "1.0.0", | |
"description": "Develop and ExpressJS webserver using TypeScript", | |
"main": "build/start.js", | |
"scripts": { | |
"test": "none", | |
"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