console/packages/libraries/router/package.json

12 lines
215 B
JSON
Raw Normal View History

{
"name": "hive-apollo-router-plugin",
"version": "3.0.0",
2024-11-14 10:52:05 +00:00
"private": true,
"scripts": {
"sync-cargo-file": "./sync-cargo-file.sh"
},
"dependencies": {
"hive-console-sdk-rs": "workspace:*"
2024-11-14 10:52:05 +00:00
}
}