-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.01 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.01 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
{
"name": "graphql-github-commits",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/elbarryamine/tour-app-backend.git",
"author": "elbarryamine",
"license": "MIT",
"scripts": {
"start": "nodemon ./out/src/index.js",
"tsc": "tsc -w"
},
"devDependencies": {
"@types/node": "^17.0.32",
"nodemon": "^2.0.16",
"typescript": "^4.6.4"
},
"dependencies": {
"@types/cors": "^2.8.12",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.13",
"@types/express-graphql": "^0.9.0",
"@types/graphql": "^14.5.0",
"@types/jsonwebtoken": "^8.5.8",
"axios": "^0.27.2",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-graphql": "^0.12.0",
"graphql": "^16.5.0",
"graphql-playground-middleware-express": "^1.7.23",
"jsonwebtoken": "^8.5.1",
"sequelize": "^6.19.0",
"sqlite3": "^5.0.8"
}
}