mysqlExporterDeno/package.json
2020-04-14 10:30:01 +02:00

20 lines
368 B
JSON

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