File size: 220 Bytes
ff6853e | 1 2 3 4 5 6 7 8 9 10 | {
"name": "agent-failure-atlas-static-space",
"private": true,
"type": "module",
"scripts": {
"test": "node --test tests/core.test.mjs",
"check": "node --check atlas-core.js && node --check app.js"
}
}
|