-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 907 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
{
"name": "app_server",
"version": "1.0.0",
"description": "API routing for mobile app",
"main": "index.js",
"dependencies": {
"apollo-datasource": "^0.7.2",
"apollo-datasource-rest": "^0.9.3",
"apollo-server": "^2.16.1",
"firebase-admin": "^9.0.0",
"google-auth-library": "^6.0.6",
"graphql": "^15.3.0",
"mysql": "^2.18.1",
"ws": "^7.3.1"
},
"devDependencies": {
"@types/graphql": "^14.5.0",
"@types/node": "^14.0.27"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node build/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OracleStudentNetwork/app_server.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/OracleStudentNetwork/app_server/issues"
},
"homepage": "https://github.com/OracleStudentNetwork/app_server#readme"
}