AikidoSec-safe-chain/test/e2e/package.json
2025-10-15 07:50:13 +02:00

16 lines
404 B
JSON

{
"name": "@aikidosec/safe-chain-e2e-tests",
"private": true,
"version": "1.0.0",
"description": "End-to-end tests for the Aikido Safe Chain",
"scripts": {
"test": "node --test --test-concurrency=1 **/safe-chain-proxy.e2e.spec.js"
},
"keywords": [],
"author": "Aikido Security",
"license": "AGPL-3.0-or-later",
"type": "module",
"dependencies": {
"node-pty": "^1.0.0"
}
}