1 2 3 4 5 6 7 8 9 10 11 12
{ "name": "cargo-arc-js", "version": "1.0.0", "description": "JavaScript tests for cargo-arc SVG interactivity", "type": "module", "scripts": { "test": "bun test" }, "devDependencies": { "@biomejs/biome": "^2.4.4" } }