Files
multi-simadmin/package.json
T

16 lines
377 B
JSON

{
"name": "multi-simadmin",
"version": "0.1.0",
"description": "Config-driven dashboard to manage multiple SimAdmin instances from one page",
"type": "module",
"scripts": {
"start": "node server/index.js",
"dev": "node --watch server/index.js",
"test": "node --test"
},
"dependencies": {
"@fastify/static": "^9.1.3",
"fastify": "^5.6.2"
}
}