-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.23 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.23 KB
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
{
"name": "sesc-master-api-server",
"description": "GraphQL API server for sescmaster.",
"homepage": "https://github.com/Sesc-master/api-server#readme",
"license": "Apache-2.0",
"packageManager": "yarn@3.2.1",
"private": true,
"scripts": {
"build": "yarn tsc",
"start": "node --enable-source-maps ./build/index.js"
},
"dependencies": {
"apollo-server-core": "^3.10.2",
"apollo-server-express": "^3.10.2",
"async": "^3.2.4",
"dotenv-flow": "^3.2.0",
"express": "^4.18.1",
"graphql": "^15.3.0",
"graphql-subscriptions": "^2.0.0",
"graphql-ws": "^5.10.1",
"lodash": "^4.17.21",
"node-html-parser": "^5.3.3",
"node-schedule": "^2.1.0",
"reflect-metadata": "^0.1.13",
"type-graphql": "^1.1.1",
"ws": "^8.8.1"
},
"devDependencies": {
"@types/async": "^3.2.18",
"@types/dotenv-flow": "^3.2.0",
"@types/express": "^4.17.13",
"@types/lodash": "^4.14.184",
"@types/node": "^18.0.4",
"@types/node-schedule": "^2.1.0",
"@types/ws": "^8.5.3",
"typescript": "^4.7.4"
},
"repository": {
"type": "git",
"url": "https://github.com/Sesc-master/api-server.git"
},
"bugs": {
"url": "https://github.com/Sesc-master/api-server/issues"
}
}