swactor/tools/package-lock.json
Zachery Aaron Shores-Chmielewski 32d1fea2fa feat: runtime dashboard and docs
Live and replay demo for a runtime dashboard. Added docs with svg files.
2026-02-09 15:59:14 +07:00

18 lines
454 B
JSON

{
"name": "tools",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"@viz-js/viz": "^3.24.0"
}
},
"node_modules/@viz-js/viz": {
"version": "3.24.0",
"resolved": "https://registry.npmjs.org/@viz-js/viz/-/viz-3.24.0.tgz",
"integrity": "sha512-sTRz2cFN6PwICVC7GVlF2aYNAZ/LwF7Y1mp3B+8LXQ7otyHrzQYSzNBwJ4lctL/aS3x97ppw59z6zIW+wPs6bQ==",
"license": "MIT"
}
}
}