agent-failure-atlas / package.json
solsticestudioai's picture
Publish Agent Failure Atlas Static Space v0.2.0
ff6853e verified
Raw
History Blame Contribute Delete
220 Bytes
{
"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"
}
}