Files
milsim-site-v4/api/package.json
2025-08-12 12:09:05 -04:00

16 lines
283 B
JSON

{
"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"
}
}