AikidoSec-safe-chain/package.json
2025-11-19 09:46:09 -08:00

26 lines
736 B
JSON

{
"name": "aikido-safe-chain-workspace",
"private": true,
"type": "module",
"workspaces": [
"packages/*",
"test/e2e",
"installer"
],
"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",
"typecheck": "npm run typecheck --workspace=packages/safe-chain",
"build:installer": "npm run build --workspace=installer"
},
"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"
}
}