Skip to content

Instantly share code, notes, and snippets.

@djirdehh
Created February 16, 2020 17:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save djirdehh/9e44f49a4947552528ad8fa362897643 to your computer and use it in GitHub Desktop.
Save djirdehh/9e44f49a4947552528ad8fa362897643 to your computer and use it in GitHub Desktop.
{
"name": "tinyhouse-v1-server",
"version": "0.1.0",
"dependencies": {
"express": "^4.17.1"
},
"devDependencies": {
"@types/express": "^4.17.0",
"@types/node": "^13.7.1",
"@typescript-eslint/eslint-plugin": "^2.19.2",
"@typescript-eslint/parser": "^2.19.2",
"eslint": "^6.8.0",
"nodemon": "^1.19.1",
"ts-node": "^8.6.2",
"typescript": "^3.7.5"
},
"scripts": {
"start": "nodemon src/index.ts",
"build": "tsc -p ./"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment