-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.05 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "@o-platform/api-server",
"version": "1.0.5-1",
"description": "",
"main": "dist/index.js",
"prepublish": "tsc",
"engines": {
"node": ">=12.19.0"
},
"scripts": {
"prisma-generate": "npx prisma generate --schema schema_template.prisma",
"graphql-generate": "npx graphql-codegen",
"test": "jest"
},
"author": "Daniel Janz, Thorsten Schau (Gnosis Service GmbH); Samuel Andert (Basic Income Lab GmbH)",
"license": "AGPL-3",
"dependencies": {
"@google-cloud/storage": "^6.9.1",
"@graphql-tools/import": "^6.6.6",
"@graphql-tools/schema": "^8.3.2",
"@prisma/client": "^3.15.1",
"apollo-server": "^3.6.3",
"apollo-server-core": "^3.6.3",
"apollo-server-express": "^3.6.3",
"apollo-server-plugin-http-headers": "^0.1.4",
"aws-sdk": "^2.1084.0",
"bn.js": "^5.2.0",
"cors": "^2.8.5",
"dataloader": "^2.0.0",
"dayjs": "^1.10.8",
"eth-lib": "^0.1.29",
"ethereumjs-common": "^1.5.2",
"ethereumjs-tx": "^2.1.2",
"ethereumjs-util": "^7.1.4",
"ethers-multisend": "^2.1.1",
"express": "^4.17.3",
"graphql": "^15.8.0",
"graphql-query-complexity": "^0.11.0",
"graphql-subscriptions": "^2.0.0",
"ix": "^4.5.2",
"jose": "^4.6.2",
"mustache": "^4.2.0",
"node-fetch": "^3.2.1",
"node-jose": "^2.1.1",
"pg": "^8.7.3",
"subscriptions-transport-ws": "^0.11.0",
"web3": "^1.7.0",
"ws": "^8.5.0",
"xstate": "^4.30.3"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.14.1",
"@graphql-codegen/introspection": "^2.2.1",
"@graphql-codegen/typescript": "^2.8.2",
"@graphql-codegen/typescript-resolvers": "^2.7.7",
"@types/express": "^4.17.13",
"@types/jest": "^27.4.1",
"@types/murmurhash-js": "^1.0.3",
"@types/mustache": "^4.1.2",
"@types/node": "^16.11.26",
"@types/pdfkit": "^0.12.3",
"@types/pg": "^8.6.4",
"@types/ws": "^8.5.2",
"fs": "^0.0.1-security",
"jest": "^27.5.1",
"prisma": "^3.15.1",
"ts-jest": "^27.1.3",
"ts-node": "^9.1.1",
"typescript": "^4.6.2"
}
}