rclon commited on
Commit
0d30cdd
·
verified ·
1 Parent(s): c775115

Delete package.json

Browse files
Files changed (1) hide show
  1. package.json +0 -17
package.json DELETED
@@ -1,17 +0,0 @@
1
- {
2
- "name": "genspark2api",
3
- "version": "1.0.0",
4
- "main": "index.js",
5
- "scripts": {
6
- "dev": "node src/index.js"
7
- },
8
- "keywords": [],
9
- "author": "",
10
- "license": "ISC",
11
- "description": "",
12
- "dependencies": {
13
- "koa": "^2.15.3",
14
- "koa-bodyparser": "^4.4.1",
15
- "koa-router": "^13.0.1"
16
- }
17
- }