solsticestudioai commited on
Commit
ff6853e
·
verified ·
1 Parent(s): 70f95ce

Publish Agent Failure Atlas Static Space v0.2.0

Browse files
Files changed (1) hide show
  1. package.json +9 -0
package.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "agent-failure-atlas-static-space",
3
+ "private": true,
4
+ "type": "module",
5
+ "scripts": {
6
+ "test": "node --test tests/core.test.mjs",
7
+ "check": "node --check atlas-core.js && node --check app.js"
8
+ }
9
+ }