2022-02-26 21:12:54 +03:00
|
|
|
{
|
2022-04-06 21:14:46 +03:00
|
|
|
"name": "akf-forum",
|
2023-05-08 17:16:35 +03:00
|
|
|
"version": "4.21.0",
|
2022-08-26 16:27:29 +03:00
|
|
|
"description": "A Node.js based forum software",
|
2022-02-26 21:12:54 +03:00
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2022-09-17 00:30:26 +03:00
|
|
|
"start": "node .",
|
2022-09-17 00:32:15 +03:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
2022-02-26 21:12:54 +03:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-04-06 21:14:46 +03:00
|
|
|
"url": "git+https://github.com/Akif9748/akf-forum.git"
|
2022-02-26 21:12:54 +03:00
|
|
|
},
|
|
|
|
"author": "Akif9748",
|
2022-03-13 16:06:25 +03:00
|
|
|
"contributors": [
|
2022-08-26 16:27:29 +03:00
|
|
|
"Camroku",
|
|
|
|
"Tokmak"
|
2022-03-13 16:06:25 +03:00
|
|
|
],
|
2022-02-26 21:12:54 +03:00
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"bugs": {
|
2022-04-06 21:14:46 +03:00
|
|
|
"url": "https://github.com/Akif9748/akf-forum/issues"
|
2022-02-26 21:12:54 +03:00
|
|
|
},
|
2022-08-28 15:00:53 +03:00
|
|
|
"engines": {
|
|
|
|
"node": ">=16"
|
|
|
|
},
|
|
|
|
"homepage": "https://akf-forum.glitch.me/",
|
2022-02-26 21:12:54 +03:00
|
|
|
"dependencies": {
|
2022-10-10 00:06:07 +03:00
|
|
|
"bcrypt": "^5.1.0",
|
2022-09-17 22:21:35 +03:00
|
|
|
"connect-mongo": "^4.6.0",
|
2022-10-10 00:06:07 +03:00
|
|
|
"dotenv": "^16.0.3",
|
2022-02-26 21:12:54 +03:00
|
|
|
"ejs": "^3.1.6",
|
2022-10-10 00:06:07 +03:00
|
|
|
"express": "^4.18.2",
|
2022-09-09 21:16:24 +03:00
|
|
|
"express-rate-limit": "^6.6.0",
|
2022-02-26 21:12:54 +03:00
|
|
|
"express-session": "^1.17.2",
|
2022-10-10 00:06:07 +03:00
|
|
|
"mongoose": "^6.6.5",
|
2022-09-16 22:26:03 +03:00
|
|
|
"multer": "^1.4.5-lts.1",
|
2022-09-17 19:33:51 +03:00
|
|
|
"node-fetch": "^2.6.7",
|
2022-10-10 00:06:07 +03:00
|
|
|
"nodemailer": "^6.8.0",
|
2022-09-16 22:26:03 +03:00
|
|
|
"request-ip": "^3.3.0"
|
2023-03-19 17:14:33 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"eslint": "^8.25.0"
|
2022-02-26 21:12:54 +03:00
|
|
|
}
|
2022-08-28 15:01:02 +03:00
|
|
|
}
|