22 lines
505 B
JSON
22 lines
505 B
JSON
{
|
|
"name": "blek-bin",
|
|
"version": "0.0.1",
|
|
"description": "A privacy-respecting, js-free alternative to pastebin",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "node index.js",
|
|
"prod": "node index.js"
|
|
},
|
|
"author": "b1ek",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"body-parser": "^1.20.2",
|
|
"dotenv": "^16.0.3",
|
|
"express": "^4.18.2",
|
|
"express-async-handler": "^1.2.0",
|
|
"glob": "^9.2.1",
|
|
"pug": "^3.0.2"
|
|
}
|
|
}
|