simulation_engine/package.json

19 lines
364 B
JSON

{
"name": "semulator",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.3",
"http": "^0.0.1-security",
"multer": "^1.4.5-lts.1"
}
}