34 lines
835 B
JSON
34 lines
835 B
JSON
{
|
|
"dependencies": {
|
|
"body-parser": "^1.20.0",
|
|
"cookie-parser": "^1.4.6",
|
|
"csurf": "^1.11.0",
|
|
"express": "^4.18.1",
|
|
"express-fileupload": "^1.3.1",
|
|
"express-useragent": "^1.0.15",
|
|
"helmet": "^5.1.1",
|
|
"jimp": "^0.16.1",
|
|
"mysql": "^2.18.1",
|
|
"unsafe_encrypt": "^1.0.2",
|
|
"ws": "^8.8.1"
|
|
},
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"test": "node tests"
|
|
},
|
|
"name": "ipost",
|
|
"description": "IPost is a revolutionary open-source chatting platform featuring an innovative design",
|
|
"version": "1.0.0",
|
|
"main": "server.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/002Hub/IPost.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/002Hub/IPost/issues"
|
|
},
|
|
"homepage": "https://github.com/002Hub/IPost#readme"
|
|
}
|