mirror of
https://github.com/MrUnknownDE/unknownbin.git
synced 2026-04-06 00:32:08 +02:00
24 lines
510 B
JSON
24 lines
510 B
JSON
{
|
|
"name": "unknownBIN",
|
|
"version": "2.0.0",
|
|
"private": true,
|
|
"description": "A secure and modern open-source Pastebin software written in node.js.",
|
|
"author": {
|
|
"name": "MrUnknownDE",
|
|
"email": "me@mrunk.de",
|
|
"url": "https://mrunk.de/"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"clean-css": "^5.3.3",
|
|
"ejs": "^3.1.10",
|
|
"express": "^4.19.2",
|
|
"helmet": "^7.1.0",
|
|
"uglify-js": "^3.17.4",
|
|
"winston": "^3.13.0"
|
|
},
|
|
"scripts": {
|
|
"start": "node ./server.js",
|
|
"build": "node ./build.js"
|
|
}
|
|
} |