added API placeholder

This commit is contained in:
2025-08-12 12:09:05 -04:00
parent 11152f08b3
commit dd07e04f7d
9 changed files with 1486 additions and 58 deletions

15
api/package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "milsimapi",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "Ajdj100",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"express": "^5.1.0"
}
}