18 lines
311 B
JSON
18 lines
311 B
JSON
{
|
|
"name": "btcore",
|
|
"version": "1.0.0",
|
|
"main": "main.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"serve": "node main.js"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.24.0",
|
|
"cheerio": "^1.0.0-rc.10",
|
|
"form-data": "^4.0.0",
|
|
"koa": "^2.13.4",
|
|
"koa-router": "^10.1.1"
|
|
},
|
|
"type": "module"
|
|
}
|