10 lines
237 B
JSON
10 lines
237 B
JSON
{
|
|
"name": "comfyui-snapshot-manager-tests",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "node --test tests/*.test.mjs",
|
|
"check": "node --check js/snapshot_manager.js && node --check js/snapshot_diff.js"
|
|
}
|
|
}
|