Publish Agent Failure Atlas Static Space v0.2.0
Browse files- 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 |
+
}
|