17 lines
402 B
JSON
17 lines
402 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": "^8.3.0",
|
|
"fastify": "^5.6.2"
|
|
},
|
|
"devDependencies": {}
|
|
}
|