Skip to content

Instantly share code, notes, and snippets.

@thomasswilliams
Created November 18, 2019 10:43
Show Gist options
  • Save thomasswilliams/59ddc596a0bc6c569ab6f55cff661014 to your computer and use it in GitHub Desktop.
Save thomasswilliams/59ddc596a0bc6c569ab6f55cff661014 to your computer and use it in GitHub Desktop.
Express & TypeScript Pedals API base, Nov 2019 - package.json
{
"name": "pedals-api-nov-2019",
"version": "0.0.1",
"scripts": {
"serve": "npm run tsc && node ./dist/server.js",
"tsc": "tsc"
},
"devDependencies": {
"@types/express": "^4.17.2",
"@types/node": "^12.12.8",
"typescript": "^3.7.2"
},
"dependencies": {
"express": "^4.17.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment