-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.6 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
{
"name": "@nzz/q-server",
"version": "10.7.9",
"description": "",
"main": "index.js",
"scripts": {
"test": "lab -a @hapi/code -t 70 -c -P tests -m 3000 --verbose --leaks",
"start:prod": "APP_ENV=prod node index.js",
"start:staging": "APP_ENV=staging node index.js",
"start:local": "APP_ENV=local node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nzzdev/Q-server.git"
},
"contributors": [
"Beni Buess <[email protected]>",
"Sharon Funke <[email protected]>",
"Manuel Roth <[email protected]>",
"Philip Kueng <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/nzzdev/Q-server/issues"
},
"homepage": "https://github.com/nzzdev/Q-server#readme",
"dependencies": {
"@aws-sdk/client-s3": "^3.78.0",
"@hapi/boom": "^9.1.2",
"@hapi/bounce": "^2.0.0",
"@hapi/hoek": "^9.2.0",
"@hapi/inert": "^6.0.3",
"@hapi/mimos": "^6.0.0",
"@hapi/vision": "^6.1.0",
"@hapi/wreck": "^17.1.0",
"ajv": "^6.12.6",
"clone": "^2.1.2",
"deepmerge": "^4.2.2",
"gm": "^1.23.1",
"hasha": "^5.2.2",
"image-size": "^1.0.1",
"joi": "^17.6.3",
"json-schema-ref-parser": "^7.1.4",
"keycdn": "^0.2.2",
"nano": "^8.2.3",
"node-fetch": "^2.6.7",
"pngjs": "^6.0.0",
"puppeteer": "^19.3.0",
"puppeteer-chromium-resolver": "^19.1.0",
"slugify": "^1.5.3",
"utif": "^3.1.0"
},
"devDependencies": {
"@hapi/code": "^8.0.3",
"@hapi/hapi": "^20.1.3",
"@hapi/lab": "^24.2.1",
"confidence": "^5.0.1",
"pouchdb-server": "^4.2.0"
}
}