-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.31 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "goatbots-card-watcher",
"version": "2.0.2",
"description": "Configure a list of cards to watch GoatBots until in stock. Pick a GoatBots page to watch, and click the cards you want to watch for. Then leave the script to automatically refresh that page on a set timer, check if any of the cards are in stock, and if so, add them to cart, play an audio alert, and (optionally) start delivery.",
"main": "goatbotsCardWatcher.user.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aminomancer/GoatBots-Card-Watcher.git"
},
"keywords": [
"userscript",
"goatbots",
"greasemonkey",
"mtg",
"magic",
"magicthegathering",
"mtgo",
"mtg-online"
],
"author": "aminomancer",
"license": "CC-BY-NC-SA-4.0",
"bugs": {
"url": "https://github.com/aminomancer/GoatBots-Card-Watcher/issues"
},
"homepage": "https://github.com/aminomancer/GoatBots-Card-Watcher#readme",
"devDependencies": {
"@types/eslint-plugin-prettier": "^3.1.0",
"@types/prettier": "^2.7.1",
"eslint": "^8.7.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.5.1"
}
}