-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 993 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 993 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
36
37
38
39
40
41
{
"name": "switchblade-next",
"version": "1.0.0",
"description": "The next version of Switchblade",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"start-dev": "nodemon --exec node -r dotenv/config src"
},
"engines": {
"node": "12.16.1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/SwitchbladeBot/switchblade-next.git"
},
"keywords": [
"discord"
],
"author": "Switchblade Team",
"license": "ISC",
"bugs": {
"url": "https://github.com/SwitchbladeBot/switchblade-next/issues"
},
"homepage": "https://github.com/SwitchbladeBot/switchblade-next#readme",
"dependencies": {
"@sentry/node": "^5.15.4",
"chalk": "^3.0.0",
"dd-trace": "^0.20.3",
"eris": "^0.11.2",
"node-fetch": "^2.6.0",
"tedis": "^0.1.12",
"winston": "^3.2.1"
},
"devDependencies": {
"dotenv": "^8.2.0",
"nodemon": "^2.0.2",
"standard": "^14.3.3"
},
"optionalDependencies": {}
}