41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"dependencies": {
|
|
"body-parser": "^1.20.1",
|
|
"clean-css": "^5.3.1",
|
|
"compression": "^1.7.4",
|
|
"cookie-parser": "^1.4.6",
|
|
"ejs": "^3.1.8",
|
|
"express": "^4.18.2",
|
|
"express-fileupload": "^1.3.1",
|
|
"express-useragent": "^1.0.15",
|
|
"html-minifier-terser": "^7.0.0",
|
|
"lru-cache": "^7.14.0",
|
|
"mysql": "^2.18.1",
|
|
"newrelic": "^9.3.0",
|
|
"sharp": "^0.30.7",
|
|
"spdy": "^4.0.2",
|
|
"uglify-js": "^3.17.4",
|
|
"unsafe_encrypt": "^1.0.4",
|
|
"ws": "^8.10.0"
|
|
},
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"test": "node tests"
|
|
},
|
|
"type": "module",
|
|
"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"
|
|
}
|