{
"name": "@topcoat-rs/runtime",
"version": "0.0.1",
"type": "module",
"scripts": {
"build": "tsup && tsc",
"test": "vitest run"
},
"dependencies": {
"@maverick-js/signals": "^6.0.0"
},
"devDependencies": {
"@biomejs/biome": "^2.4.15",
"tsup": "^8.5.1",
"typescript": "^6.0.3",
"vitest": "^4.1.10"
}
}