-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 718 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 718 Bytes
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
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/faker": "^6.6.9",
"@types/node": "^20.2.5",
"express": "^4.18.2",
"express-graphql": "^0.12.0",
"faker": "^6.6.6",
"graphql": "^15.8.0",
"mongoose": "^7.2.1",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/express-graphql": "^0.9.0",
"@types/graphql": "^14.5.0",
"@types/mongoose": "^5.11.97"
}
}