-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.13 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": "arctivius_automaton",
"version": "1.4.0",
"description": "Discord Bot for Arctivius's ToDo's",
"main": "src/index.js",
"scripts": {
"server": "node src/index.js",
"test": "jest"
},
"ava": {
"failWithoutAssertions": false
},
"type": "module",
"author": "Ryan Bucinell",
"license": "MIT",
"dependencies": {
"axios": "^1.7.2",
"canvas": "^2.11.2",
"chalk": "^5.2.0",
"csv-stringify": "^6.5.1",
"dayjs": "^1.11.8",
"discord.js": "^14.11.0",
"dotenv": "^16.1.4",
"googleapis": "^121.0.0",
"jest": "^29.7.0",
"lodash": "^4.17.21",
"mongodb": "^6.6.2",
"node-cron": "^3.0.3",
"node-fetch": "^3.3.2",
"nodemon": "^3.1.4",
"parse5": "^7.1.2",
"pino": "^8.14.1",
"pm2-logrotate": "^2.7.0",
"ps-list": "^8.1.1",
"puppeteer": "^22.10.0",
"strip-ansi": "^7.1.0",
"svg-to-img": "^2.0.7",
"telnet-client": "^2.0.8"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/plugin-transform-modules-commonjs": "^7.23.0",
"@babel/preset-env": "^7.22.20",
"@jest/globals": "^29.7.0",
"babel-jest": "^29.7.0"
}
}