Files
self/package.json
Seshanth.S🐺 e4d5b62fdb Add TD1 support - android (#603)
* feat: add TD1 support - android

* fix: missing logs

* update JMRTD and add CAN

* add yarn.lock
2025-06-11 13:20:58 -07:00

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"
}
}