-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 2.26 KB
/
package.json
File metadata and controls
98 lines (98 loc) · 2.26 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "lexbuild",
"version": "1.26.0",
"private": true,
"author": "Chris Thomas",
"license": "MIT",
"homepage": "https://github.com/chris-c-thomas/LexBuild#readme",
"bugs": {
"url": "https://github.com/chris-c-thomas/LexBuild/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chris-c-thomas/LexBuild.git"
},
"keywords": [
"lexbuild",
"legal-tech",
"civic-tech",
"law",
"rag",
"llm",
"ast",
"xml",
"cli",
"api",
"mcp",
"compiler",
"parser",
"schema",
"uscode",
"uslm",
"statutes",
"federal-law",
"state-law",
"structured-data",
"semantic-search",
"markdown",
"typescript",
"monorepo"
],
"type": "module",
"packageManager": "pnpm@10.30.3",
"engines": {
"node": ">=22"
},
"scripts": {
"build": "turbo run build",
"test": "turbo run test",
"typecheck": "turbo run typecheck",
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"lint:knip": "knip",
"format": "prettier --write .",
"format:check": "prettier --check .",
"dev": "turbo run dev",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "changeset publish",
"release:local": "turbo run build && changeset publish"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.2",
"@changesets/cli": "^2.29.8",
"@lexbuild/ecfr": "workspace:*",
"@eslint/js": "^10.0.1",
"@types/node": "^25.3.2",
"eslint": "^10.0.3",
"eslint-config-prettier": "^10.1.8",
"knip": "^6.0.4",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"turbo": "^2",
"typescript-eslint": "^8.56.1"
},
"pnpm": {
"onlyBuiltDependencies": [
"better-sqlite3",
"esbuild"
],
"overrides": {
"undici": "^6.24.1",
"flatted": "^3.4.2",
"h3": "^1.15.9",
"picomatch@^2": "^2.3.2",
"picomatch@^4": "^4.0.4",
"path-to-regexp@^8": "^8.4.0",
"brace-expansion@^5": "^5.0.5",
"yaml@^2": "^2.8.3",
"smol-toml": "^1.6.1",
"dompurify": "^3.4.0",
"postcss": "^8.5.10",
"protobufjs": "^7.5.5",
"vite": "^7.3.2",
"defu": "^6.1.5"
}
}
}