2024-12-18 21:19:05 +00:00
|
|
|
{
|
|
|
|
"name": "plaster",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"description": "simple frontend to pastebin",
|
|
|
|
"main": "app.js",
|
|
|
|
"scripts": {
|
|
|
|
"start": "node app.js"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"pastebin",
|
|
|
|
"viewer",
|
|
|
|
"nodejs",
|
2024-12-20 00:28:08 +00:00
|
|
|
"express"
|
2024-12-18 21:19:05 +00:00
|
|
|
],
|
2024-12-19 18:49:56 +00:00
|
|
|
"author": "nune",
|
2024-12-18 21:19:05 +00:00
|
|
|
"license": "CC0",
|
|
|
|
"dependencies": {
|
|
|
|
"express": "^4.18.2",
|
2024-12-20 00:25:15 +00:00
|
|
|
"node-fetch": "^2.6.7",
|
2024-12-21 01:56:33 +00:00
|
|
|
"cookie-parser": "^1.4.7",
|
|
|
|
"trek-captcha": "^0.4.0",
|
|
|
|
"jszip": "^3.10.1",
|
2024-12-18 21:19:05 +00:00
|
|
|
}
|
|
|
|
}
|