UNPKG

@nzz/q-server

Version:

**Maintainer**: [Franco Gervasi](https://github.com/fgervasi)

61 lines (60 loc) 1.64 kB
{ "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 <beni.buess@nzz.ch>", "Sharon Funke <sharon.funke@nzz.ch>", "Manuel Roth <manuel.roth@nzz.ch>", "Philip Kueng <philip.kueng@nzz.ch>" ], "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" } }