{ "name": "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": "ISC", "dependencies": { "mysql": "^2.17.1" } }