Skip to content

Instantly share code, notes, and snippets.

@seanpmaxwell
Last active May 29, 2019 15:02
Show Gist options
  • Select an option

  • Save seanpmaxwell/fb9dd0b5ed913ec4b521160f37aa0734 to your computer and use it in GitHub Desktop.

Select an option

Save seanpmaxwell/fb9dd0b5ed913ec4b521160f37aa0734 to your computer and use it in GitHub Desktop.

Revisions

  1. seanpmaxwell revised this gist May 29, 2019. 1 changed file with 2 additions and 4 deletions.
    6 changes: 2 additions & 4 deletions package.json
    Original file line number Diff line number Diff line change
    @@ -5,13 +5,11 @@
    "main": "build/start.js",
    "scripts": {
    "test": "none",
    "start:express": "nodemon --config \"./util/nodemon.json\"/",
    "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"
    },

    ...
    },
  2. seanpmaxwell revised this gist Apr 15, 2019. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion package.json
    Original file line number Diff line number Diff line change
    @@ -12,4 +12,6 @@
    "repository": {
    "type": "git",
    "url": "git+https://github.com/seanpmaxwell/ExpressTypeScript.git"
    },
    },

    ...
  3. seanpmaxwell created this gist Apr 15, 2019.
    15 changes: 15 additions & 0 deletions package.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    {
    "name": "expresstypescript",
    "version": "1.0.0",
    "description": "Develop and ExpressJS webserver using TypeScript",
    "main": "build/start.js",
    "scripts": {
    "test": "none",
    "start:express": "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"
    },