-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
119 lines (119 loc) · 4.17 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "@ar.io/arweave-gateway",
"version": "1.0.0",
"description": "The code and infra for arweave.net",
"main": "dist/gateway/app.js",
"module": true,
"scripts": {
"build": "rimraf ./dist; tsc && cp ./src/gateway/routes/graphql-v2/schema/types.graphql ./dist/gateway/routes/graphql-v2/schema/types.graphql",
"build:lambda": "yarn run build && yarn run bundle:jobs",
"bundle:jobs": "npm run bundle:dispatch-txs && npm run bundle:export-chunks && npm run bundle:import-bundles && npm run bundle:import-txs && npm run bundle:import-chunks",
"bundle:dispatch-txs": "cross-env NODE_PATH=./node_modules node --max-old-space-size=4096 ./scripts/bundle-jobs.cjs ./dist/jobs/dispatch-txs.js",
"bundle:export-chunks": "cross-env NODE_PATH=./node_modules node --max-old-space-size=4096 ./scripts/bundle-jobs.cjs ./dist/jobs/export-chunks.js",
"bundle:import-bundles": "cross-env NODE_PATH=./node_modules node --max-old-space-size=4096 ./scripts/bundle-jobs.cjs ./dist/jobs/import-bundles.js",
"bundle:import-txs": "cross-env NODE_PATH=./node_modules node --max-old-space-size=4096 ./scripts/bundle-jobs.cjs ./dist/jobs/import-txs.js",
"bundle:import-chunks": "cross-env NODE_PATH=./node_modules node --max-old-space-size=4096 ./scripts/bundle-jobs.cjs ./dist/jobs/import-chunks.js",
"graphql-types": "graphql-codegen --config codegen.yml",
"postinstall": "patch-package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ar-io/arweave-gateway.git"
},
"keywords": [],
"author": "ArweaveTeam",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ar-io/arweave-gateway/issues"
},
"homepage": "https://github.com/ar-io/arweave-gateway#readme",
"resolutions": {
"**/ethers": "^5.5.4",
"**/lodash": "4.17.21",
"**/uuid": "7.x",
"**/@szmarczak/http-timer": "4.x"
},
"dependencies": {
"@hapi/joi": "^17.1.1",
"@types/node-cron": "^3.0.1",
"abort-controller": "^3.0.0",
"apollo-server-express": "^3.6.2",
"arbundles": "^0.6.13",
"arweave": "^1.10.23",
"asn1.js": "^5.4.1",
"async-retry": "^1.3.3",
"aws-sdk": "^2.1063.0",
"base64url": "^3.0.1",
"body-parser": "^1.19.1",
"browserify": "^17.0.0",
"bufferutil": "^4.0.6",
"cloneable-readable": "^2.1.0",
"crypto-js": "^4.1.1",
"crypto-random-string": "^4.0.0",
"dotenv": "^14.3.2",
"encoding": "^0.1.13",
"express": "^4.17.2",
"express-async-errors": "^3.1.1",
"express-async-handler": "^1.2.0",
"express-promise-router": "^4.1.1",
"express-validator": "^6.14.0",
"got": "11.x",
"graphql": "^16.2.0",
"graphql-fields": "^2.0.3",
"graphql-tools": "^8.2.0",
"helmet": "^5.0.2",
"http-errors": "^2.0.0",
"js-sha256": "^0.9.0",
"knex": "^1.0.1",
"lodash": "^4.17.21",
"mime": "^3.0.0",
"moment": "^2.29.1",
"morgan": "^1.10.0",
"node-cron": "^3.0.0",
"node-fetch": "2.x",
"patch-package": "^6.4.7",
"path": "^0.12.7",
"pg": "^8.7.1",
"pg-query-stream": "^4.2.1",
"postinstall-postinstall": "^2.1.0",
"pump": "^3.0.0",
"ramda": "^0.28.0",
"rfc4648": "^1.5.1",
"sha256": "^0.2.0",
"shortid": "^2.2.16",
"tar": "^6.1.11",
"utf-8-validate": "^5.0.8",
"webidl-conversions": "^7.0.0",
"winston": "^3.4.0"
},
"devDependencies": {
"@graphql-codegen/cli": "2.4.0",
"@graphql-codegen/typescript": "2.4.2",
"@graphql-codegen/typescript-resolvers": "2.4.3",
"@types/async-retry": "^1.4.3",
"@types/aws-lambda": "^8.10.92",
"@types/chai": "^4.3.0",
"@types/express": "^4.17.13",
"@types/express-validator": "^3.0.0",
"@types/graphql-fields": "^1.3.4",
"@types/hapi__joi": "^17.1.8",
"@types/helmet": "4.0.0",
"@types/http-errors": "^1.8.2",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.12",
"@types/node-fetch": "^3.0.3",
"@types/pg": "^8.6.4",
"@types/pump": "^1.1.1",
"@types/shortid": "0.0.29",
"chai": "^4.3.6",
"cross-env": "^7.0.3",
"esmify": "^2.1.1",
"mocha": "^9.2.0",
"nanoid": "^3.2.0",
"rimraf": "^3.0.2",
"semver": "*",
"ts-node": "^10.4.0",
"ts-node-dev": "^1.1.8",
"typescript": "4.x"
}
}