forked from saltbot-org/saltbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.09 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
{
"name": "saltbot",
"version": "2.5.3git-9-2-19",
"description": "Bot for betting on saltybet.com",
"main": "index.js",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/synkarius/saltbot.git"
},
"author": "David Conway",
"contributors": [
{
"name": "Stefan Berger",
"name": "Calexil"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/synkarius/saltbot/issues"
},
"homepage": "https://github.com/synkarius/saltbot#readme",
"dependencies": {
"datatables.net": "1.10.11",
"datatables.net-dt": "1.10.11",
"idb": "^2.1.1",
"jquery": "^3.2.1",
"jquery-ui": "^1.12.1",
"moment": "^2.19.3",
"npm": "^5.8.0",
"uniq": "^1.0.1"
},
"devDependencies": {
"@types/chrome": "0.0.63",
"@types/datatables.net": "^1.10.8",
"@types/jquery": "^3.2.13",
"@types/jqueryui": "^1.12.2",
"@types/node": "^9.6.0",
"ts-loader": "^4.1.0",
"tslint": "^5.9.1",
"tslint-eslint-rules": "^5.1.0",
"typescript": "^2.7.2",
"webpack": "^4.2.0"
}
}