AikidoSec-safe-chain/test/e2e/package.json

16 lines
385 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 **/*.spec.js"
},
"keywords": [],
"author": "Aikido Security",
"license": "AGPL-3.0-or-later",
"type": "module",
"dependencies": {
"node-pty": "^1.0.0"
}
}