forked from buglabs/node-xml2json
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "p3x-xml2json",
"corifeus": {
"prefix": "p3x-",
"publish": true,
"type": "p3x",
"code": "Done",
"nodejs": "v22.3.0",
"opencollective": false,
"reponame": "xml2json",
"build": true
},
"version": "2024.10.102",
"description": "Converts xml to json and vice-versa, using node-expat",
"repository": {
"type": "git",
"url": "git+https://github.com/patrikx3/xml2json.git"
},
"license": "MIT",
"main": "index",
"scripts": {
"test": "grunt && lab -I globalThis --a @hapi/code -v -t 93 test/test.js"
},
"dependencies": {
"@hapi/hoek": "^11.0.4",
"joi": "^17.13.3",
"nan": "^2.20.0",
"node-expat": "^2.4.1"
},
"bin": {
"p3x-xml2json": "bin/xml2json"
},
"devDependencies": {
"@hapi/code": "^9.0.3",
"@hapi/lab": "^25.2.0",
"corifeus-builder": "^2024.10.103"
},
"engines": {
"node": ">=12.13.0"
},
"homepage": "https://corifeus.com/xml2json"
}