-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.08 KB
/
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": "firestarter-api",
"version": "1.0.0",
"description": "The backend API for Firestarter!",
"main": "index.ts",
"scripts": {
"test": "node .",
"start": "nodemon index.ts"
},
"author": "Mykyta (@nkomarn)",
"license": "MIT",
"repository": "https://github.com/FirestarterMC/API",
"dependencies": {
"@graphql-tools/graphql-file-loader": "^6.2.6",
"@graphql-tools/load": "^6.2.5",
"@graphql-tools/schema": "^7.1.2",
"@types/cors": "^2.8.9",
"@types/express": "^4.17.11",
"axios": "^0.19.2",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-graphql": "^0.12.0",
"graphiql": "^1.3.2",
"graphql": "^15.4.0",
"graphql-relay": "^0.6.0",
"graphql-sequelize": "^9.4.0",
"graphql-tools": "^7.0.2",
"mysql": "^2.18.1",
"mysql2": "^2.0.0",
"node-fetch": "^2.6.1",
"pg": "^8.2.1",
"qs": "^6.9.4",
"redis": "^3.0.2",
"sequelize": "^5.21.11",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
},
"devDependencies": {
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
}
}