master-thesis/code/scenarios/one-sat-two-base/base/package.json

8 lines
97 B
JSON
Raw Normal View History

2023-05-11 17:44:13 +02:00
{
"main": "./index.js",
"type": "module",
"dependencies": {
"fastify": "^4.15.0"
}
}