-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
39 lines (39 loc) · 1011 Bytes
/
package.json
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
{
"name": "zql",
"description": "ZQL IVM Query library",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"format": "prettier --write .",
"check-format": "prettier --check .",
"check-types": "tsc",
"check-types:watch": "tsc --watch",
"lint": "eslint --ext .ts,.tsx,.js,.jsx src/",
"test": "vitest run",
"test:watch": "vitest watch"
},
"devDependencies": {
"@rocicorp/eslint-config": "^0.5.1",
"@rocicorp/logger": "^5.3.0",
"@rocicorp/prettier-config": "^0.2.0",
"@rocicorp/rails": "^0.10.0",
"btree": "0.0.0",
"fast-check": "^3.18.0",
"nanoid": "^5.0.8",
"playwright": "^1.43.1",
"replicache": "15.2.1",
"shared": "0.0.0",
"typescript": "^5.6.3",
"zero-protocol": "0.0.0",
"zod": "^3.21.4"
},
"eslintConfig": {
"extends": "../../eslint-config.json"
},
"prettier": "@rocicorp/prettier-config",
"dependencies": {
"@rocicorp/resolver": "^1.0.2",
"compare-utf8": "^0.1.1"
}
}