Create package.json

This commit is contained in:
nune 2024-12-18 16:19:05 -05:00 committed by GitHub
parent 1a5c581f2e
commit 047442e429
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

21
package.json Normal file
View File

@ -0,0 +1,21 @@
{
"name": "plaster",
"version": "0.1.0",
"description": "simple frontend to pastebin",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"keywords": [
"pastebin",
"viewer",
"nodejs",
"express"
],
"author": "Your Name",
"license": "CC0",
"dependencies": {
"express": "^4.18.2",
"node-fetch": "^2.6.7"
}
}