-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.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.3"
},
"packageManager": "pnpm@9.15.9",
"scripts": {
"lint": "eslint src",
"build": "rm -rf ./build && tsc && tsc-alias",
"start": "node ./build/src/index.js"
},
"devDependencies": {
"@gizmo-dev/eslint-plugin": "^5.0.7",
"@sentry/types": "^8.55.0",
"@types/node": "^20.17.24",
"@types/sanitize-html": "^2.15.0",
"eslint": "^9.25.1",
"globals": "^15.15.0",
"tsc-alias": "^1.8.15",
"typescript": "^5.8.3"
},
"dependencies": {
"@gizmo-dev/logger": "^1.0.8",
"@sentry/node": "^8.55.0",
"@sentry/tracing": "^7.120.3",
"@socket.io/admin-ui": "^0.5.1",
"axios": "^1.9.0",
"dotenv": "^16.5.0",
"gizmo-api": "^1.2.7",
"sanitize-html": "^2.16.0",
"socket.io": "^4.8.1"
}
}