NewsBlur-viq/node/package.json

51 lines
1.2 KiB
JSON

{
"name": "newsblur",
"version": "1.0.0",
"description": "Servers used in running NewsBlur",
"main": "favicons.js",
"dependencies": {
"@postlight/mercury-parser": "^2.2.3",
"@sentry/browser": "^6.12.0",
"@sentry/node": "^6.12.0",
"@sentry/tracing": "^6.12.0",
"bufferutil": "^4.0.3",
"cjs": "0.0.11",
"connect-busboy": "^0.0.2",
"dotenv": "^8.2.0",
"esm": "^3.2.25",
"express": "^4.17.1",
"json-loader": "^0.5.7",
"mkdirp": "^0.5.5",
"moment-timezone": "^0.5.31",
"mongodb": "^3.6.3",
"psl": "^1.8.0",
"qs": "^6.9.4",
"redis": "^3.1.2",
"socket.io": "^3.1.1",
"socket.io-client": "^3.1.1",
"supervisor": "^0.12.0",
"utf-8-validate": "^5.0.4",
"ws": "^7.4.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/samuelclay/NewsBlur.git"
},
"keywords": [
"newsblur",
"rss",
"news",
"socketio",
"favicons",
"mercury"
],
"author": "Samuel Clay",
"license": "MIT",
"bugs": {
"url": "https://github.com/samuelclay/NewsBlur/issues"
},
"homepage": "https://github.com/samuelclay/NewsBlur#readme"
}