-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
55 lines (55 loc) · 1.35 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "saltbot",
"description": "Bot for betting on saltybet.com",
"scripts": {
"clean": "rimraf dist/js/*.js",
"build": "npx webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saltbot-org/saltbot.git"
},
"author": "David Conway",
"contributors": [
{
"name": "reconman"
},
{
"name": "Calexil"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/saltbot-org/saltbot/issues"
},
"homepage": "https://github.com/saltbot-org/saltbot#readme",
"dependencies": {
"datatables.net": "1.11.5",
"datatables.net-dt": "1.11.5",
"file-saver": "2.0.5",
"idb": "7.0.1",
"jquery": "3.6.0",
"jquery-ui": "1.13.2",
"moment": "2.29.4",
"tko": "4.0.0-alpha5h"
},
"devDependencies": {
"@types/chrome": "0.0.183",
"@types/datatables.net": "1.10.21",
"@types/file-saver": "2.0.5",
"@types/jquery": "3.5.14",
"@types/jqueryui": "1.12.16",
"@typescript-eslint/eslint-plugin": "5.21.0",
"@typescript-eslint/eslint-plugin-tslint": "5.21.0",
"@typescript-eslint/parser": "5.21.0",
"copy-webpack-plugin": "10.2.4",
"eslint": "8.14.0",
"eslint-webpack-plugin": "3.1.1",
"rimraf": "3.0.2",
"ts-loader": "9.2.9",
"tslint": "6.1.3",
"typescript": "4.6.4",
"webpack": "5.72.0",
"webpack-cli": "4.9.2"
}
}