-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 729 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 729 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
{
"name": "counting",
"version": "1.0.0",
"description": "counting bot for fluxer",
"keywords": [
"counting",
"fluxer",
"bot"
],
"license": "ISC",
"author": "f3tch",
"type": "commonjs",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@erinjs/core": "^1.2.4",
"@fluxerjs/core": "^1.2.3",
"@fluxerjs/types": "^1.2.4",
"@fluxerjs/util": "^1.2.4",
"discord-rpc": "^4.0.1",
"dotenv": "^17.3.1",
"fluxerjs": "^0.0.2",
"ioredis": "^5.10.1",
"mathjs": "^15.1.1",
"mysql2": "^3.20.0",
"pm2": "^6.0.14"
}
}