Upload web/package.json with huggingface_hub
Browse files- web/package.json +1 -1
web/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
| 6 |
"author": "Dean Byrne (Quazim0t0) / DaisyChainAI",
|
| 7 |
"scripts": {
|
| 8 |
"start": "node server.js",
|
| 9 |
-
"test": "node test_core.js && node test_verified.js && node test_ieee.js && node test_gates.js && node test_metamorphic.js && node test_corpus.js && node test_b2b.js && node test_optimizer.js && node test_transformer.js && node test_unit_backward.js"
|
| 10 |
},
|
| 11 |
"dependencies": {
|
| 12 |
"hyparquet": "^1.26.2",
|
|
|
|
| 6 |
"author": "Dean Byrne (Quazim0t0) / DaisyChainAI",
|
| 7 |
"scripts": {
|
| 8 |
"start": "node server.js",
|
| 9 |
+
"test": "node test_core.js && node test_verified.js && node test_ieee.js && node test_gates.js && node test_metamorphic.js && node test_corpus.js && node test_selfcorpus.js && node test_b2b.js && node test_optimizer.js && node test_transformer.js && node test_unit_backward.js"
|
| 10 |
},
|
| 11 |
"dependencies": {
|
| 12 |
"hyparquet": "^1.26.2",
|