Union of hero bots.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

25 lines
767 B

{
"name": "@filesite/herounion",
"description": "A hero bot union, which can manage hero bots and their tasks.",
"version": "0.0.1",
"author": "filesite.io",
"repository": {
"type": "git",
"url": "https://github.com/filesite-io/herounion.git"
},
"license": "MIT",
"type": "module",
"dependencies": {
"axios": "^1.3.3",
"body-parser": "^1.20.1",
"express": "^4.18.2",
"md5": "^2.3.0",
"node-cron": "^3.0.2"
},
"scripts": {
"start": "node index.mjs",
"test": "node test/heroUnion.test.mjs",
"i18n_init": "node test/i18n.test.mjs init",
"i18n_build": "node test/i18n.test.mjs build && cp public/en-us/index.html public/index.html"
}
}