-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 884 Bytes
/
Copy pathpackage.json
File metadata and controls
20 lines (20 loc) · 884 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"private": true,
"scripts": {
"validate": "node scripts/validate-repo.mjs",
"validate:full": "node scripts/validate-repo.mjs --full",
"validate:hardware": "node scripts/validate-repo.mjs --hardware",
"lint": "node scripts/check-scripts.mjs && npm --prefix client run lint",
"coverage": "node scripts/coverage.mjs",
"scripts:check": "node scripts/check-scripts.mjs",
"scripts:audit": "node scripts/audit-scripts.mjs",
"i18n:check": "node scripts/i18n-coverage.mjs",
"i18n:report": "node scripts/i18n-coverage.mjs --report",
"i18n:bootstrap": "node scripts/i18n-coverage.mjs --update-allowlist",
"bench:ftx2-upload": "node bench/run-ftx2-upload.mjs",
"bench:ftx2-gate": "node bench/check-ftx2-baseline.mjs",
"smoke:hardware": "node tests/smoke-hardware.mjs",
"release": "./scripts/release.sh"
},
"devDependencies": {}
}