-
-
Notifications
You must be signed in to change notification settings - Fork 260
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 2.01 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 2.01 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
{
"name": "rescript-lang.org-monorepo",
"version": "1.0.0",
"private": true,
"license": "MIT",
"author": "Patrick Ecker <ryyppy@users.noreply.github.com>",
"type": "module",
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"build:scripts": "yarn workspace @rescript-lang/docs build:scripts",
"build:generate-llms": "yarn workspace @rescript-lang/docs build:generate-llms",
"build:res": "rescript build --warn-error +3+8+11+12+26+27+31+32+33+34+35+39+44+45+110",
"build:sync-bundles": "yarn workspace @rescript-lang/docs build:sync-bundles",
"build:update-index": "yarn workspace @rescript-lang/docs build:update-index",
"build:vite": "yarn workspace @rescript-lang/docs build:vite",
"build": "yarn workspace @rescript-lang/docs build",
"ci:format": "oxfmt --check",
"ci:test": "yarn workspace @rescript-lang/docs ci:test",
"clean:res": "rescript clean",
"convert-images": "yarn workspace @rescript-lang/docs convert-images",
"dev:res": "rescript watch",
"dev:vite": "yarn workspace @rescript-lang/docs dev:vite",
"dev:wrangler": "yarn workspace @rescript-lang/docs dev:wrangler",
"dev": "yarn workspace @rescript-lang/docs dev",
"format": "yarn workspace @rescript-lang/docs format",
"prepare": "yarn workspace @rescript-lang/docs prepare",
"preview": "yarn workspace @rescript-lang/docs preview",
"reanalyze": "yarn workspace @rescript-lang/docs reanalyze",
"test": "yarn workspace @rescript-lang/docs test",
"cy:open": "yarn workspace @rescript-lang/docs cy:open",
"cy:run": "yarn workspace @rescript-lang/docs cy:run",
"cy:e2e": "yarn workspace @rescript-lang/docs cy:e2e",
"vitest": "yarn workspace @rescript-lang/docs vitest",
"vitest:update": "yarn workspace @rescript-lang/docs vitest:update"
},
"devDependencies": {
"lefthook": "^2.1.4",
"oxfmt": "^0.46.0",
"rescript": "^12.2.0"
},
"resolutions": {
"marked": "4.0.10"
},
"engines": {
"node": ">=22"
},
"packageManager": "yarn@4.13.0"
}