{ "name": "aikido-safe-chain-workspace", "private": true, "type": "module", "workspaces": ["packages/*"], "scripts": { "test": "npm run test --workspace=packages/safe-chain", "lint": "npm run lint --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": { "@eslint/js": "^9.26.0", "eslint": "^9.26.0", "eslint-plugin-import": "^2.31.0", "globals": "^16.1.0", "typescript-eslint": "^8.32.0" }, "overrides": { "brace-expansion@<=2.0.2": "2.0.2" } }