-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 905 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 905 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
35
36
37
{
"name": "getting-started",
"version": "0.1.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "tsx watch $INIT_CWD/index.ts",
"start": "tsx --max-old-space-size=3059 $INIT_CWD/index.ts"
},
"dependencies": {
"@koa/router": "^15.1.1",
"benchmark": "^2.1.4",
"better-sse": "^0.16.0",
"easy-server-sent-events": "^1.0.14",
"eventsource": "^4.0.0",
"express": "^5.1.0",
"koa": "^3.1.1",
"koa-static": "^5.0.0",
"node-os-utils": "^1.3.7",
"pem": "^1.14.8",
"sse": "^0.0.8",
"sse-channel": "^4.0.0",
"tsx": "^4.21.0"
},
"devDependencies": {
"@mjackson/node-fetch-server": "^0.7.0",
"@types/benchmark": "^2.1.5",
"@types/express": "^5.0.4",
"@types/koa": "^3.0.1",
"@types/koa__router": "^12.0.5",
"@types/koa-static": "^4.0.4",
"@types/node": "^22.18.12",
"@types/node-os-utils": "^1.3.4",
"@types/pem": "^1.14.4",
"@types/sse": "^0.0.0"
}
}