-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.03 KB
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
40
{
"name": "@book-effect/source",
"version": "0.0.0",
"type": "module",
"license": "MIT",
"scripts": {
"build": "nx run-many -t build",
"typecheck": "nx run-many -t typecheck",
"lint": "nx run-many -t lint",
"test": "nx run-many -t test",
"knip": "knip",
"ruler": "ruler apply --config .ruler/ruler.toml"
},
"private": true,
"devDependencies": {
"@effect/eslint-plugin": "^0.3.2",
"@effect/language-service": "^0.57.0",
"@effect/vitest": "^0.18.0",
"@eslint/js": "^9.39.1",
"@intellectronica/ruler": "^0.3.15",
"@nx/js": "22.1.2",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@types/node": "20.19.9",
"@typescript/native-preview": "7.0.0-dev.20251127.1",
"eslint": "^9.39.1",
"knip": "^5.70.2",
"lefthook": "^2.0.4",
"nx": "22.1.2",
"tsdown": "^0.16.8",
"tslib": "^2.3.0",
"typescript": "~5.9.2",
"typescript-eslint": "^8.48.0",
"vitest": "^3.1.0"
},
"nx": {
"includedScripts": []
}
}