mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 20:20:49 +00:00
16 lines
385 B
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"
|
|
}
|
|
}
|