We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf5921e commit ec5b0e5Copy full SHA for ec5b0e5
1 file changed
package.json
@@ -1,7 +1,19 @@
1
{
2
"name": "x2j-cli",
3
- "version": "1.0.3",
+ "version": "1.0.4",
4
"description": "Node.js command line script to convert xml input into json output (can be piped easily)",
5
+ "keywords": [
6
+ "xml",
7
+ "json",
8
+ "convert",
9
+ "xml to json",
10
+ "xml2json",
11
+ "xml-json",
12
+ "xml-to-json",
13
+ "xml 2 json",
14
+ "xml to js",
15
+ "xml to javascript"
16
+ ],
17
"engines": {
18
"node": ">=4"
19
},
0 commit comments