mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-03-05 13:30:33 -05:00
Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/TooTallNate/node-https-proxy-agent/releases) - [Commits](https://github.com/TooTallNate/node-https-proxy-agent/compare/5.0.0...5.0.1) --- updated-dependencies: - dependency-name: https-proxy-agent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "teddit",
|
|
"version": "0.4.8",
|
|
"description": "A free and open source alternative Reddit front-end focused on privacy.",
|
|
"homepage": "https://teddit.net",
|
|
"bugs": {
|
|
"url": "https://codeberg.org/teddit/teddit/issues"
|
|
},
|
|
"license": "AGPL-3.0",
|
|
"funding": [
|
|
{
|
|
"type": "XMR",
|
|
"url": "832ogRwuoSs2JGYg7wJTqshidK7dErgNdfpenQ9dzMghNXQTJRby1xGbqC3gW3GAifRM9E84J91VdMZRjoSJ32nkAZnaCEj"
|
|
}
|
|
],
|
|
"main": "app.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://codeberg.org/teddit/teddit"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node app.js",
|
|
"dev": "nodemon app.js"
|
|
},
|
|
"dependencies": {
|
|
"compression": "^1.7.4",
|
|
"cookie-parser": "^1.4.5",
|
|
"express": "^4.17.1",
|
|
"helmet": "^6.0.1",
|
|
"https-proxy-agent": "^5.0.1",
|
|
"minizlib": "^2.1.2",
|
|
"node-fetch": "^2.6.5",
|
|
"postman-request": "^2.88.1-postman.30",
|
|
"pug": "^3.0.2",
|
|
"redis": "^3.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.20"
|
|
}
|
|
}
|