-
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) · 760 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 760 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": "@fsf/server",
"version": "0.8.3",
"type": "module",
"main": "dist/index.js",
"scripts": {
"dev": "tsx watch src/index.ts",
"build": "tsc && cp src/db/schema.sql dist/db/",
"start": "tsx src/index.ts"
},
"dependencies": {
"@fsf/shared": "*",
"better-sqlite3": "^12.8.0",
"cors": "^2.8.6",
"express": "^5.2.1",
"playwright": "^1.57.0",
"portos-ai-toolkit": "^0.8.1",
"socket.io": "^4.8.3",
"tsx": "^4.19.2",
"ulid": "^3.0.2",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.13",
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/express-serve-static-core": "~5.0.7",
"@types/node": "^25.5.0",
"typescript": "^6.0.2"
}
}