2020-11-17 21:44:32 +01:00
|
|
|
{
|
|
|
|
"name": "teddit",
|
2020-11-29 21:54:21 +01:00
|
|
|
"version": "0.0.3",
|
2020-11-17 21:44:32 +01:00
|
|
|
"description": "",
|
|
|
|
"main": "app.js",
|
|
|
|
"dependencies": {
|
|
|
|
"compression": "^1.7.4",
|
2020-11-21 13:50:12 +01:00
|
|
|
"cookie-parser": "^1.4.5",
|
2020-11-17 21:44:32 +01:00
|
|
|
"express": "^4.17.1",
|
|
|
|
"helmet": "^4.2.0",
|
|
|
|
"minizlib": "^2.1.2",
|
|
|
|
"node-fetch": "^2.6.1",
|
|
|
|
"postman-request": "^2.88.1-postman.27",
|
|
|
|
"pug": "^3.0.0",
|
|
|
|
"redis": "^3.0.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {},
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2020-12-05 23:20:18 +01:00
|
|
|
"start": "node app.js"
|
2020-11-17 21:44:32 +01:00
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": ""
|
|
|
|
}
|