-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 732 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 732 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
{
"name": "chat_app",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"test": "pnpm -r --workspace-root=false run test",
"build": "pnpm -r --workspace-root=false run build",
"dev": "pnpm -r --workspace-root=false run dev",
"lint": "pnpm -r --workspace-root=false run lint",
"format": "pnpm -r --workspace-root=false run format"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.25.0",
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/node": "^25.5.0",
"@typescript-eslint/eslint-plugin": "^8.57.2",
"@typescript-eslint/parser": "^8.57.2",
"prettier": "^3.8.1",
"tsx": "^4.21.0",
"typescript": "^6.0.2"
}
}