Skip to content

Commit c65a735

Browse files
committed
adding new version, keywords and packages
1 parent 275007a commit c65a735

File tree

2 files changed

+51
-20
lines changed

2 files changed

+51
-20
lines changed

package-lock.json

+43-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
22
"name": "jsonweaver",
3-
"version": "1.0.2",
4-
"description": "A simple utility to transform JSON data into CSV, XML, and Markdown table formats.",
3+
"version": "1.1.0",
4+
"description": "A simple utility to transform JSON data into CSV, XML, YAML, JSONLines and Markdown table formats.",
55
"keywords": [
6+
"csv",
7+
"xml",
68
"json",
79
"data",
10+
"yaml",
811
"format",
9-
"csv",
10-
"xml",
1112
"markdown",
13+
"json-lines",
1214
"jsonweaver",
1315
"data-transform"
1416
],
@@ -39,10 +41,12 @@
3941
"node": ">=14.0.0"
4042
},
4143
"dependencies": {
44+
"js-yaml": "^4.1.0",
4245
"xmlbuilder": "^15.1.1"
4346
},
4447
"devDependencies": {
4548
"@types/jest": "^29.5.14",
49+
"@types/js-yaml": "^4.0.9",
4650
"jest": "^29.7.0",
4751
"ts-jest": "^29.2.5",
4852
"typescript": "^5.7.2"

0 commit comments

Comments
 (0)