47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"dependencies": {
|
|
"body-parser": "^1.20.2",
|
|
"clean-css": "^5.3.2",
|
|
"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",
|
|
"hcaptcha": "^0.1.1",
|
|
"hsts": "^2.2.0",
|
|
"html-minifier-terser": "^7.1.0",
|
|
"lru-cache": "^7.18.3",
|
|
"mysql2": "^3.2.0",
|
|
"newrelic": "^9.11.0",
|
|
"sharp": "^0.30.7",
|
|
"spdy": "^4.0.2",
|
|
"swagger-autogen": "^2.23.1",
|
|
"uglify-js": "^3.17.4",
|
|
"unsafe_encrypt": "^1.0.4",
|
|
"ws": "^8.12.1"
|
|
},
|
|
"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",
|
|
"devDependencies": {
|
|
"@hcaptcha/types": "^1.0.3"
|
|
}
|
|
}
|