magicboris commited on
Commit
a4a7cd7
·
verified ·
1 Parent(s): f0b1bc9

Create package.json

Browse files
Files changed (1) hide show
  1. package.json +13 -0
package.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }