filesite
7 months ago
1 changed files with 22 additions and 16 deletions
@ -1,17 +1,23 @@ |
|||||||
{ |
{ |
||||||
"name": "Hero Union", |
"name": "herounion", |
||||||
"version": "0.1", |
"description": "A hero bot union, which can manage hero bots and their tasks.", |
||||||
"author": "filesite.io", |
"version": "0.0.1", |
||||||
"type": "module", |
"author": "filesite.io", |
||||||
"dependencies": { |
"repository": { |
||||||
"axios": "^1.3.3", |
"type": "git", |
||||||
"body-parser": "^1.20.1", |
"url": "https://github.com/filesite-io/herounion.git" |
||||||
"express": "^4.18.2", |
}, |
||||||
"md5": "^2.3.0", |
"license": "MIT", |
||||||
"node-cron": "^3.0.2" |
"type": "module", |
||||||
}, |
"dependencies": { |
||||||
"scripts": { |
"axios": "^1.3.3", |
||||||
"start": "node index.mjs", |
"body-parser": "^1.20.1", |
||||||
"test": "node test/heroUnion.test.mjs" |
"express": "^4.18.2", |
||||||
} |
"md5": "^2.3.0", |
||||||
|
"node-cron": "^3.0.2" |
||||||
|
}, |
||||||
|
"scripts": { |
||||||
|
"start": "node index.mjs", |
||||||
|
"test": "node test/heroUnion.test.mjs" |
||||||
|
} |
||||||
} |
} |
Loading…
Reference in new issue