-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 857 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 857 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
34
35
36
{
"name": "fishybotv2",
"version": "2.0.10",
"description": "",
"main": "index.js",
"scripts": {
"test": "tsc && node ./lib/index.js",
"build": "tsc"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/ms": "^0.7.31",
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.5",
"city-timezones": "^1.2.0",
"decimal.js": "^10.2.1",
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"fishy-bot-framework": "^0.3.3",
"fuse.js": "^6.4.6",
"math-expression-evaluator": "^1.3.7",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"mongoose": "^5.12.2",
"ms": "^2.1.3",
"quickchart-js": "^1.0.7",
"tesseract.js": "^2.1.4",
"typescript": "^4.2.3"
},
"devDependencies": {
"@types/math-expression-evaluator": "^1.2.0",
"@types/node": "^14.14.44"
}
}