-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 958 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 958 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
{
"name": "openw2g-socket",
"version": "1.0.0",
"packageManager": "pnpm@9.8.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npx tsc && pnpm sentry:sourcemaps",
"start": "node dist/app.js",
"dev": "npx nodemon ./app.ts",
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org synclify --project synclify-server-c2 ./dist && sentry-cli sourcemaps upload --org synclify --project synclify-server-c2 ./dist"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@sentry/cli": "^2.58.5",
"@sentry/node": "^8.55.0",
"@socket.io/admin-ui": "^0.5.1",
"dotenv": "^16.6.1",
"socket.io": "^4.8.3",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.58.0"
},
"devDependencies": {
"@types/node": "^20.19.34",
"bcryptjs": "^3.0.3",
"nodemon": "^3.1.14",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
},
"engines": {
"node": "24.x"
}
}