Hero scripts of machete.
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
664 B

{
"name": "@filesite/machete-hero",
"description": "Hero bot for machete, and implements api of HeroUnion: https://herounion.filesite.io.",
"version": "0.0.2",
"author": "filesite.io",
"repository": {
"type": "git",
"url": "https://github.com/filesite-io/machete_hero.git"
},
"license": "MIT",
"type": "module",
"engines": {
"node": ">=18"
},
"dependencies": {
"@ulixee/cloud": "^2.0.0-alpha.24",
"@ulixee/hero": "^2.0.0-alpha.24",
"node-cron": "^3.0.2",
"axios": "^1.3.3",
"md5": "^2.3.0"
},
"scripts": {
"start": "node spider.mjs"
}
}