sql2csv/package.json

15 lines
375 B
JSON

{
"name": "auto-sql2csv",
"version": "1.0.0",
"description": "Convert MySQL output to csv format, without dependencies",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "Daniel Bulant (https://danbulant.eu)",
"license": "MIT",
"repository": "https://github.com/danbulant/sql2csv",
"dependencies": {
"mysql": "^2.17.1"
}
}