-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 909 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 909 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
{
"name": "ws-routers",
"version": "0.2.4",
"description": "Runtime-specific high performance WebSocket routers",
"license": "MIT",
"type": "module",
"scripts": {
"build:test": "bun scripts/build.ts && bun test",
"build:bench": "bun build:test && bun scripts/bench.ts",
"build:publish": "bun build:test && bun scripts/publish.ts",
"lint": "eslint ./src",
"lint:fix": "eslint ./src --fix",
"try-minify": "bun scripts/reportMinifySize.ts"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241224.0",
"@stylistic/eslint-plugin": "latest",
"@types/bun": "latest",
"@types/deno": "^2.0.0",
"@types/uglify-js": "^3.17.5",
"eslint": "latest",
"eslint-plugin-jsdoc": "latest",
"jsr": "^0.13.2",
"mitata": "latest",
"tsx": "latest",
"typescript": "latest",
"typescript-eslint": "latest",
"uglify-js": "^3.19.3"
}
}