mysqlExporter/package.json
2020-04-13 15:08:37 +02:00

17 lines
320 B
JSON

{
"name": "mysqlExport",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"mysql": "^2.18.1",
"opn": "^6.0.0"
}
}