2023-10-23 21:28:39 -06:00
|
|
|
{
|
|
|
|
"name": "skillsgames-server",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "A server for handling JS DB requests",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "Paul Black",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2023-11-12 16:07:50 -07:00
|
|
|
"body-parser": "^1.20.2",
|
2023-10-23 21:28:39 -06:00
|
|
|
"express": "^4.18.2",
|
2023-11-12 16:07:50 -07:00
|
|
|
"express-fileupload": "^1.4.2",
|
2023-10-23 21:28:39 -06:00
|
|
|
"fs": "^0.0.1-security",
|
|
|
|
"js-yaml": "^4.1.0",
|
|
|
|
"mysql": "^2.18.1"
|
|
|
|
}
|
|
|
|
}
|