AikidoSec-safe-chain/package.json
2025-09-05 11:33:08 +02:00

30 lines
742 B
JSON

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