Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created July 14, 2020 09:45
Show Gist options
  • Save velotiotech/064b8e3cd35c2102c6e1f8efb0e7ea55 to your computer and use it in GitHub Desktop.
Save velotiotech/064b8e3cd35c2102c6e1f8efb0e7ea55 to your computer and use it in GitHub Desktop.
{
"name": "my-typescript-express-server",
"version": "0.0.0",
"scripts": {
"start": "node ./dist/index.js --env=production",
"start:dev": "ts-node -r tsconfig-paths/register ./src",
},
"dependencies": {
"cookie-parser": "^1.4.5",
"dotenv": "^8.2.0"
},
"devDependencies": {
"find": "^0.3.0",
"fs-extra": "^9.0.1",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment