add some fancy magic :kekw:

This commit is contained in:
2025-10-13 18:21:23 +02:00
parent 2e59c1f5e7
commit 22badaf535
15 changed files with 1328 additions and 786 deletions

View File

@@ -1,16 +1,8 @@
{
"name": "unknownBIN",
"version": "1.0.0",
"version": "2.0.0",
"private": true,
"description": "unknownBIN is an open-source Pastebin software written in node.js.",
"keywords": [
"paste",
"pastebin",
"haste",
"hastebin",
"code",
"syntax highlighting"
],
"description": "A secure and modern open-source Pastebin software written in node.js.",
"author": {
"name": "MrUnknownDE",
"email": "me@mrunk.de",
@@ -18,12 +10,14 @@
},
"license": "MIT",
"dependencies": {
"clean-css": "~3.4.19",
"express": "~4.14.0",
"uglify-js": "~2.7.0",
"winston": "~2.2.0"
"clean-css": "^5.3.3",
"express": "^4.19.2",
"helmet": "^7.1.0",
"uglify-js": "^3.17.4",
"winston": "^3.13.0"
},
"scripts": {
"start": "node ./server.js"
"start": "node ./server.js",
"build": "node ./build.js"
}
}
}