-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.18 KB
/
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
{
"name": "openanime-watch-together-socket",
"main": "dist/index.js",
"type": "module",
"scripts": {
"start": "node . --no-warnings",
"dev": "tsup && pnpm start",
"dev:watch": "tsup --watch --onSuccess \"pnpm start\"",
"build": "tsup",
"lint": "prettier --check . && eslint .",
"lint:fix": "prettier --write . && eslint . --fix",
"test": "pnpm build && pnpm lint"
},
"devDependencies": {
"@eslint/js": "^9.1.1",
"@swc/core": "^1.4.17",
"@types/node": "^20.12.8",
"eslint": "^9.1.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.1.0",
"globals": "^15.1.0",
"prettier": "^3.2.5",
"tslib": "^2.6.2",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"typescript-eslint": "^7.8.0"
},
"dependencies": {
"chalk": "^5.3.0",
"ioredis": "^5.4.1",
"rapidenv": "^1.1.6",
"socket.io": "^4.7.5",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.43.0",
"zod": "^3.23.6"
},
"packageManager": "[email protected]"
}