forked from rocicorp/mono
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 709 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 709 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
{
"name": "client-simulator",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"go": "tsx src/main.ts",
"check-types": "tsc",
"format": "prettier --write .",
"check-format": "prettier --check .",
"lint": "eslint --ext .ts,.tsx,.js,.jsx src/"
},
"dependencies": {
"@dotenvx/dotenvx": "^1.39.0",
"@rocicorp/logger": "^5.4.0",
"nanoid": "^5.1.2",
"ws": "^8.18.1"
},
"devDependencies": {
"@rocicorp/eslint-config": "^0.7.0",
"@rocicorp/prettier-config": "^0.3.0",
"shared": "0.0.0",
"zero-protocol": "0.0.0"
},
"eslintConfig": {
"extends": "../../eslint-config.json"
},
"prettier": "@rocicorp/prettier-config"
}