20 lines
464 B
JSON
20 lines
464 B
JSON
{
|
|
"name": "eatdrywallbot",
|
|
"version": "1.0.0",
|
|
"description": "a small bot for eat drywall",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitea.apexfight.net/apex/eatdrywallbot.git"
|
|
},
|
|
"author": "StressedCatInABox & Apexfight",
|
|
"license": "AGPL-3.0-or-later",
|
|
"dependencies": {
|
|
"jimp": "^1.6.0",
|
|
"node-screenshots": "^0.2.1"
|
|
}
|
|
}
|