mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
16 lines
343 B
JSON
16 lines
343 B
JSON
{
|
|
"name": "@open-gsio/router",
|
|
"type": "module",
|
|
"module": "src/index.ts",
|
|
"scripts": {
|
|
"tests": "vitest run",
|
|
"tests:coverage": "vitest run --coverage.enabled=true"
|
|
},
|
|
"devDependencies": {
|
|
"@open-gsio/services": "workspace:*",
|
|
"itty-router": "^5.0.18",
|
|
"mobx": "^6.13.5",
|
|
"mobx-state-tree": "^6.0.1"
|
|
}
|
|
}
|