forked from saltbot-org/saltbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.34 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
{
"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.3",
"datatables.net-dt": "^1.11.3",
"file-saver": "^2.0.5",
"idb": "^6.1.5",
"jquery": "^3.6.0",
"jquery-ui": "^1.13.0",
"moment": "^2.29.1",
"tko": "^4.0.0-alpha5h"
},
"devDependencies": {
"@types/chrome": "^0.0.161",
"@types/datatables.net": "^1.10.21",
"@types/file-saver": "^2.0.3",
"@types/jquery": "^3.5.8",
"@types/jqueryui": "^1.12.16",
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/eslint-plugin-tslint": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"eslint": "^7.32.0",
"eslint-webpack-plugin": "^3.0.1",
"rimraf": "^3.0.2",
"ts-loader": "^9.2.6",
"tslint": "^6.1.3",
"typescript": "^4.4.4",
"webpack": "^5.60.0",
"webpack-cli": "^4.9.1"
}
}