Skip to content

Commit 92a8d0c

Browse files
feat: optimize npm keywords for discoverability (15 terms), bump patch version
1 parent 1022428 commit 92a8d0c

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "datamorph-cli",
3-
"version": "0.1.0",
4-
"description": "Batch data format converter stream files between CSV, JSON, Parquet, YAML, Avro, and more. Includes schema inference and validation.",
3+
"version": "0.1.1",
4+
"description": "Batch data format converter \u2014 stream files between CSV, JSON, Parquet, YAML, Avro, and more. Includes schema inference and validation.",
55
"author": "Revenue Holdings <engineering@revenueholdings.dev>",
66
"license": "MIT",
77
"repository": {
@@ -22,9 +22,15 @@
2222
"parquet",
2323
"yaml",
2424
"avro",
25+
"protobuf",
2526
"schema-validation",
2627
"etl",
27-
"cli"
28+
"data-pipeline",
29+
"streaming",
30+
"cli",
31+
"big-data",
32+
"data-engineering",
33+
"developer-tools"
2834
],
2935
"files": [
3036
"cli.js"

0 commit comments

Comments
 (0)