mirror of
https://github.com/danbulant/sql2csv
synced 2026-05-19 04:18:33 +00:00
11 lines
319 B
JSON
11 lines
319 B
JSON
{
|
|
"name": "auto-sql2csv",
|
|
"version": "1.1.0",
|
|
"description": "Convert MySQL output to csv format, without dependencies",
|
|
"main": "sql2csv.js",
|
|
"scripts": {},
|
|
"author": "Daniel Bulant (https://danbulant.eu)",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/danbulant/sql2csv",
|
|
"dependencies": {}
|
|
}
|