-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 786 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 786 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
{
"name": "datamaker-chatproxy",
"private": true,
"version": "0.0.0",
"type": "module",
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"start": "tsx server.ts"
},
"dependencies": {
"@types/koa-router": "^7.4.8",
"@types/minimist": "^1.2.5",
"@types/uuid": "^9.0.8",
"koa": "^2.15.3",
"koa-body": "^6.0.1",
"koa-router": "^12.0.1",
"minimist": "^1.2.8",
"node-fetch": "^3.3.2",
"tsx": "^4.7.2",
"uuid": "^9.0.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint": "^8.57.0",
"eslint-plugin-node": "^11.1.0",
"typescript": "^5.2.2"
}
}