-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
49 lines (49 loc) · 1.46 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
{
"name": "lazybot",
"description": "Discord bot operating in the House server http://dscrd.me/housechessvariants just to further lazy's understanding of basic js. ",
"main": "src/lazybot.js",
"version": "1.10.11",
"scripts": {
"start": "node dist/lazybot.js",
"src": "node src/lazybot.js",
"build": "tsc"
},
"keywords": [
"lazy",
"discord",
"node",
"utility"
],
"branch": "https://github.com/theLAZYmd/LAZYbot/blob/master",
"homepage": "https://LAZYbot.co.uk",
"releases": "https://github.com/theLAZYmd/LAZYbot/releases",
"contributors_page": "https://github.com/theLAZYmd/LAZYbot/graphs/contributors",
"repository": {
"type": "git",
"url": "git+https://github.com/theLAZYmd/LAZYbot/.git"
},
"author": "theLAZYmd",
"license": "MIT",
"preinstall": "rm package-lock.json",
"dependencies": {
"discord.js": "^11.5.1",
"dotenv": "^8.0.0",
"election-js": "^1.0.2",
"express": "^4.17.1",
"from": "^0.1.7",
"fs-reverse-modern": "^1.0.0",
"lazy-aho-corasick": "^1.0.0",
"lichess": "^1.0.19",
"opusscript": "0.0.6",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"simple-oauth2": "^2.2.1",
"winston": "^3.2.1"
},
"devDependencies": {
"enmap": "^0.3.2",
"es6": "0.0.7",
"jsdoc": "^3.6.3",
"yarn": "^1.17.3"
}
}