diff --git a/package.json b/package.json index 4a5fec8..ceff6e6 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,9 @@ "format:check": "biome format .", "format": "biome format . --write" }, + "dependencies": { + "transformation-matrix": "^3.1.0" + }, "devDependencies": { "@biomejs/biome": "^1.9.0", "@tscircuit/circuit-json-util": "^0.0.95", @@ -29,6 +32,7 @@ }, "peerDependencies": { "@flatten-js/core": "*", + "@tscircuit/circuit-json-util": "*", "@tscircuit/math-utils": "*", "circuit-json": "*", "circuit-json-to-connectivity-map": "*",