CoolFace
Apppublic

quickun/genspark2api

sourceHugging Facemitupdated 2y agoView on Hugging Face
0likes
package.json18 linesDownload Raw Back to root
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}18