-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.36 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.36 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "imagehoster",
"version": "1.1.1",
"private": true,
"scripts": {
"test": "make ci-test"
},
"engines": {
"node": ">=18"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.700.0",
"@ecency/sdk": "^2.2.3",
"@koa/cors": "^5.0.0",
"@koa/router": "^13.1.0",
"@sentry/node": "^10.44.0",
"@types/etag": "^1.8.0",
"abstract-blob-store": "^3.3.4",
"bunyan": "^2.0.2",
"busboy": "^1.6.0",
"config": "^3.3.12",
"etag": "^1.8.1",
"file-type": "^16.5.4",
"fs-blob-store": "^6.0.0",
"hivesigner": "^4.0.0",
"koa": "^2.16.0",
"lru-cache": "^10.4.0",
"multihashes": "^0.4.13",
"needle": "^3.3.1",
"node-cache": "^5.1.2",
"redis": "^4.7.0",
"sharp": "^0.33.5",
"stream-head": "^1.1.0",
"toml": "^2.3.3"
},
"devDependencies": {
"@types/bunyan": "^1.8.11",
"@types/koa": "^2.15.0",
"@types/koa__cors": "^5.0.0",
"@types/koa__router": "^12.0.0",
"@types/mocha": "^10.0.10",
"@types/node": "^20.17.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"eslint": "^8.57.0",
"lodash": "^4.17.21",
"mocha": "^10.8.0",
"mocha-junit-reporter": "^2.2.1",
"nyc": "^17.1.0",
"onchange": "^7.1.0",
"ts-node": "^10.9.2",
"typescript": "~5.7.0"
},
"resolutions": {
"@types/koa": "^2.15.0"
}
}