mirror of
https://github.com/selfxyz/self.git
synced 2026-02-19 02:24:25 -05:00
* feat: add TD1 support - android * fix: missing logs * update JMRTD and add CAN * add yarn.lock
24 lines
689 B
JSON
24 lines
689 B
JSON
{
|
|
"name": "self-workspace-root",
|
|
"workspaces": [
|
|
"app",
|
|
"common",
|
|
"circuits",
|
|
"contracts",
|
|
"sdk/*",
|
|
"sdk/tests/*",
|
|
"prover/tests"
|
|
],
|
|
"scripts": {
|
|
"build": "yarn workspaces foreach --topological-dev --parallel --exclude @selfxyz/contracts -i --all run build",
|
|
"lint": "yarn workspaces foreach --parallel -i --all --exclude self-workspace-root run lint",
|
|
"types": "yarn workspaces foreach --topological-dev --parallel --exclude @selfxyz/contracts -i --all run types ",
|
|
"postinstall": "patch-package"
|
|
},
|
|
"packageManager": "yarn@4.6.0",
|
|
"devDependencies": {
|
|
"patch-package": "^8.0.0",
|
|
"postinstall-postinstall": "^2.1.0"
|
|
}
|
|
}
|