mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
27 lines
1.2 KiB
JSON
27 lines
1.2 KiB
JSON
{
|
|
"scripts": {
|
|
"version:bump-manifest": "node scripts/bump-manifest-version.mjs",
|
|
"test:p0": "node tests/p0-regressions.mjs",
|
|
"test:runtime-history": "node tests/runtime-history.mjs",
|
|
"test:graph-persistence": "node tests/graph-persistence.mjs",
|
|
"test:hide-engine": "node tests/hide-engine.mjs",
|
|
"test:maintenance-journal": "node tests/maintenance-journal.mjs",
|
|
"test:indexeddb-persistence": "node tests/indexeddb-persistence.mjs",
|
|
"test:indexeddb-sync": "node tests/indexeddb-sync.mjs",
|
|
"test:indexeddb-migration": "node tests/indexeddb-migration.mjs",
|
|
"test:trivial-input": "node tests/trivial-user-input.mjs",
|
|
"test:indexeddb": "npm run test:indexeddb-persistence && npm run test:indexeddb-sync && npm run test:indexeddb-migration",
|
|
"test:persistence-matrix": "npm run test:p0 && npm run test:runtime-history && npm run test:graph-persistence && npm run test:indexeddb",
|
|
"test:stable": "node scripts/run-test-suite.mjs",
|
|
"test:all": "npm run test:stable",
|
|
"check": "node scripts/check-syntax.mjs"
|
|
},
|
|
"dependencies": {
|
|
"triviumdb": "^0.4.41"
|
|
},
|
|
"devDependencies": {
|
|
"dexie": "4.0.8",
|
|
"fake-indexeddb": "^6.2.5"
|
|
}
|
|
}
|