mirror of
https://github.com/Akif9748/akf-forum.git
synced 2024-10-31 19:25:04 +03:00
33 lines
764 B
JSON
33 lines
764 B
JSON
{
|
|
"name": "akf-forum",
|
|
"version": "2.6.1",
|
|
"description": "A forum script written in Node.js",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node .",
|
|
"reset": "node reset.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Akif9748/akf-forum.git"
|
|
},
|
|
"author": "Akif9748",
|
|
"contributors": [
|
|
"Camroku"
|
|
],
|
|
"license": "GPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/Akif9748/akf-forum/issues"
|
|
},
|
|
"homepage": "https://akf-forum.herokuapp.com/",
|
|
"dependencies": {
|
|
"bcrypt": "^5.0.1",
|
|
"body-parser": "^1.19.2",
|
|
"dotenv": "^16.0.1",
|
|
"ejs": "^3.1.6",
|
|
"express": "^4.17.3",
|
|
"express-rate-limit": "^6.5.1",
|
|
"express-session": "^1.17.2",
|
|
"mongoose": "^6.5.1"
|
|
}
|
|
}
|