-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 994 Bytes
/
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
{
"name": "gmen-app",
"version": "1.0.0",
"description": "A practice GraphQL, MongoDB, Express & Node app.",
"main": "index.js",
"scripts": {
"dev": "nodemon server/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/heischichou/GMEN-App.git"
},
"keywords": [
"graphql",
"express",
"mongo",
"mongodb",
"node"
],
"author": "Jan Michael Garot",
"license": "MIT",
"bugs": {
"url": "https://github.com/heischichou/GMEN-App/issues"
},
"homepage": "https://github.com/heischichou/GMEN-App#readme",
"dependencies": {
"@types/cors": "^2.8.17",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"graphql": "^16.8.1",
"graphql-http": "^1.22.1",
"mongoose": "^8.3.1",
"nodemon": "^3.1.0",
"ruru": "^2.0.0-beta.11",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.4.5"
},
"devDependencies": {
"@types/express": "^4.17.21",
"ts-node": "^10.9.2"
}
}