Skip to content

Instantly share code, notes, and snippets.

@almeida1492
Created June 23, 2022 15:15
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 almeida1492/27d7645a3051a34cfb3cf54bae6ab92c to your computer and use it in GitHub Desktop.
Save almeida1492/27d7645a3051a34cfb3cf54bae6ab92c to your computer and use it in GitHub Desktop.
{
"name": "script",
"license": "MIT",
"devDependencies": {
"nodemon": "^2.0.15"
},
"scripts": {
"start": "ts-node ./server.ts",
"job:remove-old": "ts-node ./scripts/removeOldReports.ts"
},
"dependencies": {
"@prisma/client": "3.7.0",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/node": "16.11.19",
"cors": "^2.8.5",
"express": "^4.17.2",
"prisma": "3.7.0",
"ts-node": "10.4.0",
"typescript": "4.5.4"
},
"engines": {
"node": ">=12.2.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment