Skip to content

Commit 8207dd4

Browse files
feat: optimize npm keywords for discoverability (15 terms), bump patch version
1 parent d309fdd commit 8207dd4

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

package.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json2sql-cli",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Convert JSON data to SQL INSERT statements. CLI tool for transforming JSON files/streams into relational SQL.",
55
"author": "Revenue Holdings <engineering@revenueholdings.dev>",
66
"license": "MIT",
@@ -16,12 +16,21 @@
1616
"json2sql": "cli.js"
1717
},
1818
"keywords": [
19+
"json-to-sql",
1920
"json",
2021
"sql",
22+
"database",
2123
"converter",
24+
"postgres",
25+
"mysql",
26+
"sqlite",
27+
"schema-inference",
28+
"ddl",
29+
"insert-statements",
2230
"cli",
23-
"json-to-sql",
24-
"database"
31+
"data-migration",
32+
"developer-tools",
33+
"etl"
2534
],
2635
"files": [
2736
"cli.js"

0 commit comments

Comments
 (0)