Skip to content

Commit 1ad5b8c

Browse files
authored
fixes
1 parent 7d25d85 commit 1ad5b8c

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

package.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1-
"scripts": {
2-
"start": "node server.js"
1+
{
2+
"name": "cdn",
3+
"version": "1.0.0",
4+
"description": "This repository hosts static files used as a simple cdn for the website discoverygubbio.com. It includes videos, images, scripts, and other static assets.",
5+
"main": "server.js",
6+
"scripts": {
7+
"start": "node server.js",
8+
"test": "echo \"Error: no test specified\" && exit 1"
9+
},
10+
"keywords": [],
11+
"author": "",
12+
"license": "ISC",
13+
"dependencies": {
14+
"express": "^5.1.0",
15+
"node-fetch": "^3.3.2"
16+
}
317
}

0 commit comments

Comments
 (0)