teddit-reddit-frontend-alte.../package.json

42 lines
1.0 KiB
JSON
Raw Permalink Normal View History

2020-11-17 21:44:32 +01:00
{
"name": "teddit",
2023-02-26 14:28:28 +01:00
"version": "0.4.9",
"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"
},
2020-12-09 22:45:54 +01:00
"license": "AGPL-3.0",
"funding": [
{
"type": "XMR",
"url": "832ogRwuoSs2JGYg7wJTqshidK7dErgNdfpenQ9dzMghNXQTJRby1xGbqC3gW3GAifRM9E84J91VdMZRjoSJ32nkAZnaCEj"
}
],
2020-11-17 21:44:32 +01:00
"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"
},
2020-11-17 21:44:32 +01:00
"dependencies": {
"compression": "^1.7.4",
2020-11-21 13:50:12 +01:00
"cookie-parser": "^1.4.5",
2023-01-01 21:34:41 +01:00
"express": "^4.18.2",
"helmet": "^4.6.0",
"https-proxy-agent": "^5.0.0",
2020-11-17 21:44:32 +01:00
"minizlib": "^2.1.2",
"node-fetch": "^2.6.5",
"postman-request": "^2.88.1-postman.30",
"pug": "^3.0.2",
"redis": "^3.1.2"
2020-11-17 21:44:32 +01:00
},
"devDependencies": {
2023-08-23 21:34:59 +02:00
"nodemon": "^3.0.1"
}
2020-11-17 21:44:32 +01:00
}