18 lines
388 B
JSON
18 lines
388 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": {
|
||
|
"express": "^4.18.2",
|
||
|
"fs": "^0.0.1-security",
|
||
|
"js-yaml": "^4.1.0",
|
||
|
"mysql": "^2.18.1"
|
||
|
}
|
||
|
}
|