-
Notifications
You must be signed in to change notification settings - Fork 71
/
Copy pathpackage.json
123 lines (123 loc) · 4.26 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
120
121
122
123
{
"name": "ar-io-node",
"description": "The AR.IO gateway core service",
"type": "module",
"main": "./dist/app.js",
"repository": {
"type": "git",
"url": "https://github.com/ar-io/ar-io-node"
},
"dependencies": {
"@ar.io/sdk": "^3.5.0-alpha.3",
"@aws-lite/client": "^0.22.4",
"@aws-lite/s3": "^0.2.6",
"@clickhouse/client": "^1.10.1",
"@dha-team/arbundles": "^1.0.1",
"@permaweb/aoconnect": "^0.0.63",
"apollo-server-express": "^3.13.0",
"arweave": "^2.0.0-ec.0",
"axios": "^1.7.9",
"better-sqlite3": "^9.4.5",
"change-case": "^5.4.4",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"duckdb-async": "^1.1.3",
"express": "^4.21.2",
"express-async-handler": "^1.2.0",
"express-openapi-validator": "^5.4.2",
"express-prometheus-middleware": "^1.2.0",
"fastq": "^1.18.0",
"fs-extra": "^11.3.0",
"graphql": "^16.10.0",
"ioredis": "^5.4.2",
"json-canonicalize": "^1.0.6",
"lmdb": "^2.9.4",
"lru-cache": "^11.0.2",
"memoizee": "^0.4.17",
"middleware-async": "^1.4.0",
"msgpackr": "^1.11.2",
"node-cache": "^5.1.2",
"opossum": "^8.4.0",
"opossum-prometheus": "^0.4.0",
"p-debounce": "^4.0.0",
"p-limit": "^6.2.0",
"p-timeout": "^6.1.4",
"prom-client": "^14.2.0",
"ramda": "^0.30.1",
"range-parser": "^1.2.1",
"retry-axios": "^3.1.3",
"rfc4648": "^1.5.4",
"sql-bricks": "^3.0.1",
"stream-chain": "^2.2.5",
"stream-json": "^1.9.1",
"swagger-ui-express": "^4.6.3",
"umzug": "^3.8.2",
"wait": "^0.4.2",
"winston": "^3.17.0",
"yaml": "^2.7.0",
"yesql": "^7.0.0"
},
"devDependencies": {
"@aws-lite/s3-types": "^0.2.6",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.19.0",
"@smithy/types": "^3.7.2",
"@swc/core": "^1.10.12",
"@testcontainers/localstack": "^10.17.2",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/better-sqlite3": "7.6.3",
"@types/express": "^4.17.21",
"@types/express-prometheus-middleware": "^1.2.3",
"@types/fs-extra": "^11.0.4",
"@types/memoizee": "^0.4.11",
"@types/msgpack-lite": "^0.1.11",
"@types/node": "^20.17.16",
"@types/opossum": "^8.1.8",
"@types/ramda": "^0.30.2",
"@types/source-map-support": "^0.5.10",
"@types/stream-chain": "^2.1.0",
"@types/stream-json": "^1.7.8",
"@types/supertest": "^2.0.16",
"@types/swagger-ui-express": "^4.1.7",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"c8": "^8.0.1",
"copyfiles": "^2.4.1",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-unicorn": "^56.0.1",
"msgpack-lite": "^0.1.26",
"nodemon": "^2.0.22",
"npm-check-updates": "^16.14.20",
"prettier": "^3.4.2",
"rimraf": "^5.0.10",
"source-map-support": "^0.5.21",
"supertest": "^6.3.4",
"testcontainers": "^10.17.2",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
},
"resolutions": {
"gc-stats/nan": "2.18.0",
"express-prometheus-middleware/prometheus-gc-stats/gc-stats": "1.4.1"
},
"scripts": {
"build": "yarn clean && npx tsc --project ./tsconfig.prod.json && yarn copy-files",
"copy-files": "copyfiles -u 1 src/**/*.graphql src/**/*.sql dist",
"clean": "npx rimraf [ .nyc_output coverage dist ]",
"start": "node --import ./register.js --env-file=.env src/app.ts",
"start:prod": "yarn build && node dist/app.js",
"watch": "nodemon",
"db:migrate": "node --import ./register.js src/migrate.ts",
"db:dump-test-schemas": "./test/dump-test-schemas",
"test": "node --import ./register.js --test --test-concurrency 1 src/**/*.test.ts",
"test:ci": "npx c8 -r lcov node --import ./register.js --test --test-concurrency 1 --test-reporter=spec --test-reporter-destination=stdout src/**/*.test.ts",
"test:coverage": "npx c8 -r text -r html node --import ./register.js --test --test-concurrency 1 src/**/*.test.ts",
"test:e2e": "node --import ./register.js --test --test-concurrency 1 --test-reporter=spec --test-reporter-destination=stdout test/**/*.test.ts",
"lint:check": "eslint src test",
"lint:fix": "eslint --fix src test"
}
}