-
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.17 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.17 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": "airline",
"private": true,
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index.js"
},
"overrides": {
"sequelize": "^6.35.0"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@adminjs/express": "^4.1.0",
"@adminjs/sequelize": "^2.1.5",
"@opentelemetry/api": "^1.7.0",
"@opentelemetry/auto-instrumentations-node": "^0.40.0",
"@opentelemetry/instrumentation": "^0.45.1",
"@opentelemetry/sdk-node": "^0.45.1",
"@opentelemetry/sdk-trace-node": "^1.18.1",
"@sequelize/core": "^7.0.0-alpha.29",
"adminjs": "^6.8.7",
"body-parser": "^1.20.2",
"express": "^4.18.2",
"express-basic-auth": "^1.2.1",
"express-formidable": "^1.2.0",
"express-session": "^1.17.3",
"github-slugger": "^1.4.0",
"graphql-relay": "^0.10.0",
"graphql-sequelize": "^9.5.1",
"graphql-yoga": "^5.0.0",
"luxon": "^3.4.4",
"mysql2": "^3.6.3",
"opentelemetry-instrumentation-sequelize": "^0.40.0",
"pino": "^8.16.2",
"sequelize": "^6.35.0",
"tslib": "^2.6.2"
},
"devDependencies": {
"@flydotio/dockerfile": "^0.4.10"
}
}