This commit is contained in:
erin 2023-07-01 15:37:34 -04:00
commit 8a11c553f7
Signed by: erin
SSH key fingerprint: SHA256:swjoHhREbZPbWe+gyJNi24d4NAxJSyUIm3fpZj4z3wc
5 changed files with 1090 additions and 0 deletions

15
package.json Normal file
View file

@ -0,0 +1,15 @@
{
"name": "webring-shit",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.2"
}
}