-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
46 lines (46 loc) · 1.18 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
44
45
46
{
"name": "dgraph-lambda",
"version": "1.4.0",
"description": "Serverless Framework for Dgraph",
"main": "dist/index.js",
"scripts": {
"start": "pm2-runtime start ecosystem.config.js",
"build": "tsc",
"test": "jest --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dgraph-io/dgraph-lambda.git"
},
"keywords": [
"dgraph"
],
"author": "Tejas Dinkar <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/dgraph-io/dgraph-lambda/issues"
},
"homepage": "https://github.com/dgraph-io/dgraph-lambda#readme",
"dependencies": {
"@slash-graphql/lambda-types": "file:slash-graphql-lambda-types",
"atob": "^2.1.2",
"btoa": "^1.2.1",
"event-target-shim": "^5.0.1",
"express": "^4.17.1",
"node-fetch": "^2.6.1",
"pm2": "^5.3.0",
"sleep-promise": "^8.0.1"
},
"devDependencies": {
"@types/atob": "^2.1.2",
"@types/btoa": "^1.2.3",
"@types/express": "^4.17.8",
"@types/jest": "^29.5.2",
"@types/node-fetch": "^2.5.7",
"@types/supertest": "^2.0.10",
"jest": "^29.5.0",
"supertest": "^4.0.2",
"ts-jest": "^29.1.1",
"typescript": "^4.9.5"
}
}