forked from Unhackables/imagehoster
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
58 lines (58 loc) · 1.42 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
{
"name": "imagehoster",
"version": "1.0.0",
"private": true,
"scripts": {
"test": "make ci-test"
},
"engines": {
"node": ">=8"
},
"dependencies": {
"@koa/cors": "^2.2.1",
"@types/request-promise-native": "^1.0.15",
"abstract-blob-store": "^3.3.4",
"aws-sdk": "^2.188.0",
"bunyan": "^2.0.2",
"busboy": "^0.2.14",
"config": "^1.29.4",
"koa": "^2.3.0",
"koa-router": "^7.4.0",
"mmmagic": "^0.5.0",
"multihashes": "^0.4.13",
"needle": "^2.1.1",
"ratelimiter": "^3.0.3",
"redis": "^2.8.0",
"request": "^2.88.0",
"request-promise-native": "^1.0.5",
"s3-blob-store": "^3.2.0",
"sharp": "^0.21.0",
"sscjs": "^0.0.8",
"stream-head": "^1.1.0",
"toml": "^2.3.3"
},
"devDependencies": {
"@types/bunyan": "^1.8.2",
"@types/busboy": "^0.2.3",
"@types/bytebuffer": "^5.0.36",
"@types/config": "0.0.34",
"@types/koa": "^2.0.39",
"@types/koa-router": "^7.0.23",
"@types/koa__cors": "^2.2.2",
"@types/mmmagic": "^0.4.29",
"@types/mocha": "^5.1.0",
"@types/needle": "^2.0.2",
"@types/node": "^10.5.2",
"@types/ratelimiter": "^2.1.28",
"@types/redis": "^2.8.5",
"@types/sharp": "^0.17.6",
"lodash": "^4.17.11",
"mocha": "^5.1.1",
"mocha-junit-reporter": "^1.17.0",
"nyc": "^14.0.0",
"onchange": "^4.1.0",
"ts-node": "^7.0.0",
"tslint": "^5.16.0",
"typescript": "^2.7.1"
}
}