-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
28 lines (28 loc) · 889 Bytes
/
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
{
"scripts": {
"cmds": "node deploy-commands.js",
"bot": "node index.js",
"dev": "node index.js dev",
"dev:cmd": "node deploy-commands.js dev",
"dev:full": "concurrently \"npm:cmds -- dev\" \"npm:bot -- dev\"",
"meta": "concurrently \"npm:cmds -- dev meta\" \"npm:bot -- dev meta\"",
"start": "concurrently \"npm:cmds\" \"npm:bot\""
},
"dependencies": {
"@discordjs/rest": "^0.3.0",
"axios": "^0.26.0",
"body-parser": "^1.20.0",
"concurrently": "^7.1.0",
"discord-api-types": "^0.27.2",
"discord-modals": "^1.1.8",
"discord.js": "^14.11.0",
"express": "^4.18.1",
"fs": "^0.0.1-security",
"object-hash": "^3.0.0",
"parse-duration": "^1.0.3",
"robo-bot-utils": "file:robo-bot-utils"
},
"optionalDependencies": {
"private-utils": "git+ssh://github.com/robolab-io/robobot-utils.git#semver:^0.1.0"
}
}