-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 893 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 893 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
{
"name": "economy-bot",
"version": "1.0.0",
"description": "Economy discord bot",
"main": "./src/index.js",
"scripts": {
"start": "node .",
"dev": "nodemon .",
"format": "prettier --write .",
"lint": "eslint . --fix",
"test": "jest"
},
"author": "bankkroll",
"license": "MIT",
"dependencies": {
"@giphy/js-fetch-api": "^5.2.0",
"@giphy/react-components": "^9.1.0",
"@poppinss/utils": "^5.0.0",
"@sapphire/discord.js-utilities": "^5.0.0",
"@sapphire/framework": "^3.1.0",
"@sapphire/ratelimits": "^2.4.4",
"@sapphire/time-utilities": "^1.7.6",
"discord.js": "^13.16.0",
"enmap": "^5.9.1",
"express": "^4.22.0",
"moment": "^2.29.4",
"sapphire-plugin-modal-commands": "^1.0.9"
},
"devDependencies": {
"eslint": "^8.0.0",
"jest": "^28.0.0",
"nodemon": "^2.0.19",
"prettier": "^2.5.1"
}
}