{ "dependencies": { "body-parser": "^2.2", "clean-css": "^5.3", "compression": "^1.8", "cookie-parser": "^1.4", "ejs": "^3.1", "express": "^5.1", "express-fileupload": "^1.5", "express-useragent": "^1.0", "hcaptcha": "^0.2", "html-minifier-terser": "^7.2.0", "lru-cache": "^11.1", "mysql2": "^3.14", "sharp": "^0.34", "swagger-autogen": "^2.23", "uglify-js": "^3.19", "unsafe_encrypt": "^1.0.4", "ws": "^8.13.0", "cookie-signature": "^1.2.2" }, "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" } }