magicboris commited on
Commit
11b4610
·
verified ·
1 Parent(s): 13ca142

Update package.json

Browse files
Files changed (1) hide show
  1. package.json +6 -5
package.json CHANGED
@@ -1,13 +1,14 @@
1
  {
2
- "name": "helix-proxy-space",
3
  "version": "1.0.0",
 
4
  "type": "module",
5
  "scripts": {
6
- "start": "node index.js"
7
  },
8
  "dependencies": {
9
- "express": "^4.18.2",
10
  "cors": "^2.8.5",
11
- "node-fetch": "^3.3.1"
12
  }
13
- }
 
1
  {
2
+ "name": "helix-proxy",
3
  "version": "1.0.0",
4
+ "main": "server.js",
5
  "type": "module",
6
  "scripts": {
7
+ "start": "node server.js"
8
  },
9
  "dependencies": {
10
+ "express": "^4.19.2",
11
  "cors": "^2.8.5",
12
+ "node-fetch": "^3.3.2"
13
  }
14
+ }