mirror of
https://github.com/danbulant/sql2csv
synced 2026-06-19 22:41:46 +00:00
Update meta
This commit is contained in:
parent
aa3bd58aa1
commit
a4d43b6ddb
1 changed files with 2 additions and 2 deletions
|
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "sql2csv",
|
"name": "sql2csv",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "",
|
"description": "Convert MySQL output to csv format, without dependencies",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node index.js"
|
"start": "node index.js"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "Daniel Bulant",
|
||||||
"license": "ISC"
|
"license": "ISC"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue