{ "name": "@fixture/import-wasm", "private": true, "description": "", "author": "", "main": "src/index.js", "scripts": { "check:type": "tsc", "test:ci": "vitest run", "test:watch": "vitest", "type:tests": "tsc -p ./tests/tsconfig.json" }, "dependencies": { "@fixture/import-wasm-static": "workspace:^" }, "devDependencies": { "@cloudflare/workers-tsconfig": "workspace:^", "typescript": "catalog:default", "undici": "catalog:default", "vitest": "catalog:default", "wrangler": "workspace:*" } }