-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1002 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "ramune-chat",
"version": "1.6.6",
"description": "",
"author": "Tjaz (https://github.com/GizmoTjaz)",
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/GizmoDevelopment/ramune-chat.git"
},
"engines": {
"node": ">=20.18.0"
},
"packageManager": "[email protected]",
"scripts": {
"lint": "eslint src",
"build": "rm -rf ./build && tsc && tsc-alias",
"start": "node ./build/src/index.js"
},
"devDependencies": {
"@gizmo-dev/eslint-plugin": "^5.0.6",
"@sentry/types": "^8.44.0",
"@types/node": "^20.16.10",
"@types/sanitize-html": "^2.13.0",
"eslint": "^9.16.0",
"globals": "^15.13.0",
"tsc-alias": "^1.8.10",
"typescript": "^5.7.2"
},
"dependencies": {
"@gizmo-dev/logger": "^1.0.8",
"@sentry/node": "^8.44.0",
"@sentry/tracing": "^7.114.0",
"@socket.io/admin-ui": "^0.5.1",
"axios": "^1.7.9",
"dotenv": "^16.4.7",
"gizmo-api": "^1.2.7",
"sanitize-html": "^2.13.1",
"socket.io": "^4.8.1"
}
}