IPost/package.json
2022-10-29 20:50:52 +00:00

40 lines
998 B
JSON

{
"dependencies": {
"body-parser": "^1.20.1",
"clean-css": "^5.3.1",
"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.2.0",
"sharp": "^0.30.7",
"spdy": "^4.0.2",
"uglify-js": "^3.17.3",
"unsafe_encrypt": "^1.0.4",
"ws": "^8.9.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"
}