-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 922 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
{
"name": "snowtooth-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon . -e graphql,js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MoonHighway/snowtooth-api.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MoonHighway/snowtooth-api/issues"
},
"type": "module",
"homepage": "https://github.com/MoonHighway/snowtooth-api#readme",
"dependencies": {
"@apollo/server": "^4.9.3",
"@graphql-tools/schema": "^10.0.0",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"graphql": "^16.8.1",
"graphql-subscriptions": "^2.0.0",
"graphql-tag": "^2.12.6",
"graphql-ws": "^5.14.1",
"nodemon": "^3.0.1",
"ws": "^8.14.2"
},
"devDependencies": {
"@flydotio/dockerfile": "^0.4.10"
}
}