This commit is contained in:
2021-10-12 21:04:23 +08:00
commit b46a49dc30
6 changed files with 226 additions and 0 deletions

11
package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "btutil",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"axios": "^0.22.0",
"form-data": "^4.0.0"
},
"type": "module"
}