Add JSBSim service backend

This commit is contained in:
moriy
2026-04-28 17:53:29 +08:00
parent b025708b5a
commit 25297601d7
14 changed files with 5053 additions and 0 deletions

15
service/package-lock.json generated Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "local-flight-sim-service",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "local-flight-sim-service",
"version": "0.1.0",
"engines": {
"node": ">=20"
}
}
}
}