mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
wip
This commit is contained in:

committed by
Geoff Seemueller

parent
21d6c8604e
commit
554096abb2
15
packages/router/package.json
Normal file
15
packages/router/package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user