first push

This commit is contained in:
2025-10-13 18:09:01 +02:00
parent aa38e520f0
commit 2e59c1f5e7
19 changed files with 1719 additions and 1 deletions

29
package.json Normal file
View File

@@ -0,0 +1,29 @@
{
"name": "unknownBIN",
"version": "1.0.0",
"private": true,
"description": "unknownBIN is an open-source Pastebin software written in node.js.",
"keywords": [
"paste",
"pastebin",
"haste",
"hastebin",
"code",
"syntax highlighting"
],
"author": {
"name": "MrUnknownDE",
"email": "me@mrunk.de",
"url": "https://mrunk.de/"
},
"license": "MIT",
"dependencies": {
"clean-css": "~3.4.19",
"express": "~4.14.0",
"uglify-js": "~2.7.0",
"winston": "~2.2.0"
},
"scripts": {
"start": "node ./server.js"
}
}