Skip to content

Instantly share code, notes, and snippets.

@seanpmaxwell
Last active May 29, 2019 15:02
Show Gist options
  • Save seanpmaxwell/fb9dd0b5ed913ec4b521160f37aa0734 to your computer and use it in GitHub Desktop.
Save seanpmaxwell/fb9dd0b5ed913ec4b521160f37aa0734 to your computer and use it in GitHub Desktop.
ExpressTypeScript/package.json
{
"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\"/",
"build": "rm -rf ./build/ && tsc",
"start": "node build/start.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seanpmaxwell/ExpressTypeScript.git"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment