dan92 commited on
Commit
4d8783c
·
verified ·
1 Parent(s): 6a3fff8

Upload package.json

Browse files
Files changed (1) hide show
  1. package.json +2 -4
package.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "name": "genspark2api",
3
  "version": "1.0.0",
4
  "main": "index.js",
@@ -12,9 +13,6 @@
12
  "dependencies": {
13
  "koa": "^2.15.3",
14
  "koa-bodyparser": "^4.4.1",
15
- "koa-router": "^13.0.1",
16
- "crypto": "^1.0.1",
17
- "node-fetch": "^3.3.2",
18
- "@koa/cors": "^4.0.0"
19
  }
20
  }
 
1
  {
2
+ "type": "module",
3
  "name": "genspark2api",
4
  "version": "1.0.0",
5
  "main": "index.js",
 
13
  "dependencies": {
14
  "koa": "^2.15.3",
15
  "koa-bodyparser": "^4.4.1",
16
+ "koa-router": "^13.0.1"
 
 
 
17
  }
18
  }