-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.03 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.03 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
{
"name": "@mishguru/logview-api",
"version": "2.2.0",
"description": "Logview API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"@mishguru/graphqldir": "3.2.0",
"@mishguru/mishmeta": "^216.0.1",
"@mishguru/turbine": "6.29.1",
"@mishguru/turbine-driver-aws-fanout": "6.29.1",
"@mishguru/turbine-driver-switch": "6.29.1",
"dataloader": "^1.4.0",
"delay": "^4.3.0",
"express-jwt": "5.3.1",
"graphql-iso-date": "^3.6.1",
"graphql-type-json": "^0.3.0",
"graphql-yoga": "^1.18.3",
"jsonwebtoken": "8.5.1",
"jwks-rsa": "1.6.0"
},
"devDependencies": {
"@mishguru/package": "^7.8.2",
"@types/aws-lambda": "^8.10.31",
"@types/graphql-iso-date": "^3.3.3",
"@types/graphql-type-json": "^0.3.2",
"@types/jsonwebtoken": "8.3.3",
"@types/ws": "^6.0.3"
},
"scripts": {
"start": "node ./dist/index.js",
"build": "pkg-build",
"lint": "pkg-lint",
"tidy": "pkg-tidy"
},
"author": "Mish Guru <devs@mish.guru>",
"license": "MIT"
}