mirror of
https://github.com/gigirassy/plaster.git
synced 2025-01-13 10:39:40 +00:00
Create package.json
This commit is contained in:
parent
1a5c581f2e
commit
047442e429
21
package.json
Normal file
21
package.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user