mirror of
https://github.com/vatesfr/xen-orchestra.git
synced 2026-09-10 22:14:48 -05:00
33 lines
745 B
JSON
33 lines
745 B
JSON
{
|
|
"private": false,
|
|
"name": "@vates/xml",
|
|
"description": "Simple XML formatting/parsing",
|
|
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@vates/xml",
|
|
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
|
"repository": {
|
|
"directory": "@vates/xml",
|
|
"type": "git",
|
|
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
|
},
|
|
"author": {
|
|
"name": "Vates SAS",
|
|
"url": "https://vates.fr"
|
|
},
|
|
"license": "ISC",
|
|
"version": "2.0.0",
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"dependencies": {
|
|
"sax": "^1.3.0"
|
|
},
|
|
"exports": {
|
|
"./format": "./format.js",
|
|
"./parse": "./parse.js"
|
|
},
|
|
"scripts": {
|
|
"postversion": "npm publish --access public",
|
|
"test": "node --test"
|
|
}
|
|
}
|