fix error + format
This commit is contained in:
+49
-42
@@ -1,44 +1,51 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
"dependencies": {
|
||||
"body-parser": "^2.2",
|
||||
"clean-css": "^5.3",
|
||||
"compression": "^1.8",
|
||||
"cookie-parser": "^1.4",
|
||||
"cookie-signature": "^1.2.2",
|
||||
"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.18"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node server.js",
|
||||
"test": "node tests",
|
||||
"prepare": "husky install"
|
||||
},
|
||||
"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",
|
||||
"husky": "^9.1.7",
|
||||
"lint-staged": "^15.5.1",
|
||||
"prettier": "^3.5"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,css,md}": "prettier --write"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user