mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 20:20:49 +00:00
30 lines
778 B
JSON
30 lines
778 B
JSON
{
|
|
"name": "aikido-safe-chain-workspace",
|
|
"private": true,
|
|
"type": "module",
|
|
"workspaces": [
|
|
"packages/*",
|
|
"test/e2e"
|
|
],
|
|
"scripts": {
|
|
"test": "npm run test --workspace=packages/safe-chain --workspace=packages/safe-chain-bun",
|
|
"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.35.0",
|
|
"eslint": "^9.35.0",
|
|
"eslint-plugin-import": "^2.32.0",
|
|
"globals": "^16.1.0",
|
|
"typescript-eslint": "^8.32.0"
|
|
},
|
|
"overrides": {
|
|
"brace-expansion@<=2.0.2": "2.0.2"
|
|
}
|
|
}
|