{ "name": "aikido-safe-chain-workspace", "private": true, "type": "module", "workspaces": [ "packages/*", "test/e2e" ], "scripts": { "test": "npm run test --workspace=packages/safe-chain", "test:e2e": "npm run test --workspace=test/e2e", "lint": "npm run lint --workspace=packages/safe-chain", "typecheck": "npm run typecheck --workspace=packages/safe-chain" }, "repository": { "type": "git", "url": "git+https://github.com/AikidoSec/safe-chain.git" }, "author": "Aikido Security", "license": "AGPL-3.0-or-later", "devDependencies": { "oxlint": "^1.22.0", "esbuild": "^0.27.0", "@yao-pkg/pkg": "6.10.1" }, "overrides": { "@isaacs/brace-expansion@<=5.0.1": "5.0.1", "minimatch@<=9.0.7": "9.0.7", "brace-expansion@<=2.0.3": "2.0.3", "node-forge@<=1.4.0": "1.4.0", "lodash@<=4.18.0": "4.18.0" } }