bin/package.json

21 lines
483 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",
"pug": "^3.0.2"
}
}