Archived
1
0
This repository has been archived on 2022-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
Slavesbot/package.json

24 lines
445 B
JSON

{
"name": "SlavesBot",
"version": "0.0.25032021",
"description": "A slaves bot",
"engines": {
"node": "12.x"
},
"main": "starter.js",
"scripts": {
"start": "node starter.js",
"test": "node test.js"
},
"dependencies": {
"got": "^11.8.1",
"https": "^1.0.0",
"request": "^2.88.2",
"superagent": "^6.1.0"
},
"devDependencies": {
"tape": "^4.7.0"
},
"license": "MIT"
}