mirror of
https://github.com/danbulant/sql2csv
synced 2026-05-19 04:18:33 +00:00
11 lines
243 B
JSON
11 lines
243 B
JSON
{
|
|
"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",
|
|
"license": "ISC"
|
|
}
|