-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.25 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "covidhelphub-backend",
"version": "1.0.0",
"description": "Backend for the backend of the org app for Reach4Help",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "tsc",
"dev": "ts-node-dev src/index.ts",
"start": "./scripts/start.sh",
"build": "./scripts/build.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reach4help/covidhelphub-backend.git"
},
"author": "Pedro Filipe",
"license": "ISC",
"bugs": {
"url": "https://github.com/reach4help/covidhelphub-backend/issues"
},
"homepage": "https://github.com/reach4help/covidhelphub-backend#readme",
"devDependencies": {
"@types/node": "^16.11.7",
"gts": "^3.1.0",
"jest": "^27.3.1",
"ts-jest": "^27.0.7",
"ts-node-dev": "^1.1.8",
"typescript": "^4.4.4"
},
"dependencies": {
"@prisma/client": "^3.9.2",
"apollo-server": "^3.5.0",
"class-validator": "^0.13.2",
"dotenv": "^10.0.0",
"env-var": "^7.1.1",
"express": "^4.17.1",
"graphql": "^15",
"mongodb": "^3.6.0",
"pg": "^8.7.1",
"prisma": "^3.9.1",
"reflect-metadata": "^0.1.13",
"ts-node": "^10.4.0",
"type-graphql": "^1.1.1",
"typeorm": "^0.2.41"
}
}