Skip to content

Commit 93e453f

Browse files
fix: update npm package.json description and keywords to match actual tool
Description was generic ('Declarative data transformation pipeline'), now correctly describes DataMorph as a batch data format converter. Keywords updated to include format-specific terms (csv, parquet, avro, schema-validation) for better npm discoverability.
1 parent 3f7923e commit 93e453f

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

package.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "datamorph-cli",
33
"version": "0.1.0",
4-
"description": "Declarative data transformation pipeline tool. Transform, filter, and reshape data with YAML/JSON configs.",
4+
"description": "Batch data format converter — 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": {
@@ -16,12 +16,15 @@
1616
"datamorph": "cli.js"
1717
},
1818
"keywords": [
19-
"data",
19+
"data-converter",
20+
"csv",
21+
"json",
22+
"parquet",
23+
"yaml",
24+
"avro",
25+
"schema-validation",
2026
"etl",
21-
"transformation",
22-
"pipeline",
23-
"cli",
24-
"yaml"
27+
"cli"
2528
],
2629
"files": [
2730
"cli.js"

0 commit comments

Comments
 (0)