-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 776 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 776 Bytes
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
{
"name": "mimibot",
"version": "2.0.0",
"description": "Discord bot for Tower of Fantasy community",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"discord.js": "^14.16.3",
"dotenv": "^16.3.1",
"express-useragent": "^1.0.15",
"fuse.js": "^6.6.2",
"fuzzy": "^0.1.3",
"luxon": "^3.3.0",
"mathjs": "^13.0.3",
"moment-timezone": "^0.5.43",
"natural": "^6.7.2",
"scipy": "^0.1.4",
"string-similarity": "^4.0.4"
},
"devDependencies": {
"@types/express-useragent": "^1.0.2",
"@types/string-similarity": "^4.0.0"
},
"engines": {
"node": ">=16.11.0"
}
}