-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 914 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 914 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
{
"name": "cruise",
"version": "1.0.0",
"description": "Advanced Discord moderation bot.",
"main": "dist/src/index.js",
"type": "module",
"scripts": {
"build": "tsc && node .",
"start": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/OtterDevelopment/CruiseShip.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/OtterDevelopment/CruiseShip/issues"
},
"homepage": "https://github.com/OtterDevelopment/CruiseShip#readme",
"dependencies": {
"@sentry/node": "^6.15.0",
"@sentry/tracing": "^6.15.0",
"colorette": "^2.0.16",
"discord.js": "^13.4.0-dev.1637237217.802a5ac",
"dotenv-extended": "^2.9.0",
"hastebin": "^0.2.1",
"mongodb": "^4.2.0",
"petitio": "^1.4.0",
"regexp-worker": "^1.1.1"
},
"devDependencies": {
"@sentry/types": "^6.15.0",
"@types/node": "^16.11.9",
"typescript": "^4.5.2"
}
}