mirror of
https://github.com/suitenumerique/docs.git
synced 2026-09-23 10:05:10 +02:00
18 lines
274 B
JSON
18 lines
274 B
JSON
{
|
|
"name": "yhub-server",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"dependencies": {
|
|
"@y/hub": "0.6.0",
|
|
"@y/y": "14.0.0-rc.24",
|
|
"jose": "6.2.8",
|
|
"minio": "8.0.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=22"
|
|
}
|
|
}
|