-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.76 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.76 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "ikari",
"version": "1.0.0",
"description": "Ikari",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"dev": "ts-node-dev src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HoloRes/Ikari.git"
},
"author": "Hololive Resort",
"license": "MIT",
"bugs": {
"url": "https://github.com/HoloRes/Ikari/issues"
},
"homepage": "https://github.com/HoloRes/Ikari#readme",
"dependencies": {
"@discordjs/rest": "^0.6.0",
"@sentry/integrations": "^6.17.4",
"@sentry/node": "^6.17.4",
"@sentry/tracing": "^6.16.1",
"archiver": "^5.3.0",
"axios": "^0.27.0",
"bufferutil": "^4.0.6",
"discord-api-types": "^0.37.0",
"discord.js": "^13.6.0",
"erlpack": "github:discord/erlpack",
"express": "^4.17.2",
"helmet": "^5.0.2",
"humanize-duration": "^3.27.1",
"jira.js": "^2.10.2",
"mongoose": "^6.2.0",
"nanoid": "^3.2.0",
"node-cron": "^3.0.0",
"parse-duration": "^1.0.2",
"string-template": "^1.0.0",
"utf-8-validate": "^5.0.8",
"webdav": "^4.8.0",
"winston": "^3.5.1",
"winston-loki": "^6.0.4",
"winston-slack-webhook-transport": "^2.1.0",
"zlib-sync": "^0.1.7"
},
"devDependencies": {
"@tsconfig/node16": "1.0.3",
"@types/express": "4.17.17",
"@types/humanize-duration": "3.27.1",
"@types/node-cron": "3.0.7",
"@types/string-template": "1.0.2",
"@typescript-eslint/eslint-plugin": "5.56.0",
"@typescript-eslint/parser": "5.56.0",
"eslint": "8.36.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-plugin-import": "2.27.5",
"ts-node-dev": "1.1.8",
"typescript": "4.9.5"
}
}