-
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.16 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.16 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": "fidusgate-root",
"version": "1.8.2",
"private": true,
"engines": {
"node": ">=20.0.0",
"npm": ">=10.9.2 <11"
},
"packageManager": "npm@10.9.2",
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build",
"build:wasm": "node scripts/build-wasm.js",
"test": "turbo run test",
"lint": "turbo run lint",
"ci": "bash scripts/ci-verify.sh",
"bootstrap": "node scripts/build-wasm.js && bash scripts/bootstrap.sh",
"sandbox": "bash scripts/sandbox-execute.sh",
"memory:context": "node scripts/get-learning-context.js",
"policy:dry-run": "node scripts/dry-run-policy.js",
"release": "semantic-release",
"screenshots": "node scripts/capture-screenshots.mjs",
"screenshots:rebuild-gif": "node scripts/capture-screenshots.mjs --from-existing"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@playwright/test": "^1.52.0",
"gifenc": "^1.0.3",
"playwright": "^1.52.0",
"pngjs": "^7.0.0",
"semantic-release": "^25.0.7",
"turbo": "^2.0.4",
"typescript": "^5.4.5"
}
}