forked from rocicorp/mono
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 856 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 856 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
32
33
{
"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": "oxlint --type-aware src/",
"test": "vitest run",
"test:watch": "vitest watch"
},
"devDependencies": {
"@faker-js/faker": "^9.6.0",
"@rocicorp/logger": "^5.4.0",
"@rocicorp/prettier-config": "^0.4.0",
"@standard-schema/spec": "^1.0.0",
"fast-check": "^3.18.0",
"nanoid": "^5.1.2",
"shared": "0.0.0",
"typescript": "~5.9.3",
"zero-protocol": "0.0.0",
"zero-types": "0.0.0"
},
"prettier": "@rocicorp/prettier-config",
"dependencies": {
"@rocicorp/resolver": "^1.0.2",
"compare-utf8": "^0.1.1"
}
}