Files
self/package.json
2025-07-01 18:32:56 -07:00

29 lines
1.0 KiB
JSON

{
"name": "self-workspace-root",
"workspaces": [
"app",
"circuits",
"common",
"contracts",
"prover/tests",
"sdk/*"
],
"scripts": {
"build": "yarn workspaces foreach --topological-dev --parallel --exclude @selfxyz/contracts -i --all run build",
"format": "yarn workspaces foreach --parallel -i --all --exclude self-workspace-root run format",
"gitleaks": "gitleaks protect --staged --redact --config=.gitleaks.toml",
"postinstall": "patch-package",
"lint": "yarn workspaces foreach --parallel -i --all --exclude self-workspace-root run lint",
"prepare": "husky",
"sort-packages": "find . -name 'package.json' -not -path './node_modules/*' -not -path './*/node_modules/*' | xargs npx sort-package-json",
"types": "yarn workspaces foreach --topological-dev --parallel --exclude @selfxyz/contracts -i --all run types "
},
"devDependencies": {
"gitleaks": "1.0.0",
"husky": "9.1.7",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0"
},
"packageManager": "yarn@4.6.0"
}