SkillsGames-server/package.json

19 lines
454 B
JSON

{
"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": {
"body-parser": "^1.20.2",
"express": "^4.18.2",
"express-fileupload": "^1.4.2",
"fs": "^0.0.1-security",
"js-yaml": "^4.1.0",
"mysql": "^2.18.1"
}
}