This commit is contained in:
Erin 2023-07-01 15:37:34 -04:00 committed by Erin
commit 06547a0e2d
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"
}
}