forked from retomeier/MoMoA
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.44 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.44 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
{
"main": "dist/index.js",
"scripts": {
"build": "npm run build:server",
"build:server": "rimraf dist && tsc && copyfiles -u 1 \"src/assets/**/*\" dist",
"start": "node dist/index.js",
"dev:server": "PORT=3007 NODE_ENV=development tsx watch src/index.ts",
"dev": "concurrently npm:dev:server"
},
"devDependencies": {
"@babel/eslint-parser": "^7.28.5",
"@babel/plugin-proposal-decorators": "^7.28.0",
"@babel/preset-flow": "^7.27.1",
"@babel/preset-react": "^7.28.5",
"@eslint/js": "^9.39.1",
"@types/cors": "^2.8.19",
"@types/diff": "^7.0.2",
"@types/express": "^5.0.3",
"@types/node": "^24.7.0",
"@types/node-fetch": "^2.6.13",
"@types/uuid": "^10.0.0",
"@types/ws": "^8.18.1",
"copyfiles": "^2.4.1",
"eslint": "^9.39.1",
"globals": "^16.5.0",
"rimraf": "^6.0.1",
"tsx": "^4.20.6",
"typescript": "^5.9.3",
"typescript-eslint": "^8.49.0"
},
"dependencies": {
"@agentclientprotocol/sdk": "^0.13.1",
"@durable-streams/client": "^0.2.1",
"@durable-streams/server": "^0.2.1",
"@google/genai": "^1.22.0",
"commander": "^14.0.3",
"concurrently": "^9.2.1",
"cors": "^2.8.5",
"diff": "^8.0.2",
"e2b": "^2.12.0",
"express": "^5.1.0",
"firebase-admin": "^13.6.0",
"graphology": "^0.26.0",
"gray-matter": "^4.0.3",
"ignore": "^7.0.5",
"isbinaryfile": "^5.0.6",
"simple-git": "^3.28.0",
"ts-node": "^10.9.2"
}
}