-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.02 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
{
"dependencies": {
"axios": "^1.7.2",
"discord.js": "^14.15.3",
"ethers": "^6.13.2",
"mongoose": "^8.5.1"
},
"scripts": {
"prettier": "prettier * --write",
"prod": "node ./bot/bot.js",
"lint": "prettier --write '{bot,.}/**/*.{js,json}' --single-quote --print-width 240",
"precommit": "prettier --write '{bot,.}/**/*.{js,json}' --single-quote --print-width 240"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-node": "^11.1.0",
"prettier": "^3.3.3"
},
"name": "eon-tipbot",
"version": "0.1.0",
"description": "EON Zen tipbot for Discord",
"main": "app.js",
"type": "commonjs",
"engines": {
"node": ">=18.19.0"
},
"original-repository": "https://github.com/lbryio/lbry-tipbot",
"original-author": "filipnyquist <[email protected]>",
"repository": "https://github.com/HorizenOfficial/eon-tipbot",
"author": "[email protected]",
"contributors": [
"Robin Guyard <[email protected]>"
],
"license": "MIT"
}