mirror of
https://github.com/vatesfr/xen-orchestra.git
synced 2026-09-10 22:14:48 -05:00
33 lines
811 B
JSON
33 lines
811 B
JSON
{
|
|
"private": false,
|
|
"name": "@vates/xml-rpc",
|
|
"description": "Parse and format XML-RPC messages, do not handle transport or XML",
|
|
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@vates/xml-rpc",
|
|
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
|
"repository": {
|
|
"directory": "@vates/xml-rpc",
|
|
"type": "git",
|
|
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
|
},
|
|
"author": {
|
|
"name": "Vates SAS",
|
|
"url": "https://vates.fr"
|
|
},
|
|
"license": "ISC",
|
|
"version": "1.0.0",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"devDependencies": {
|
|
"@vates/xml": "^2.0.0"
|
|
},
|
|
"exports": {
|
|
"./formatter": "./formatter.js",
|
|
"./parser": "./parser.js"
|
|
},
|
|
"scripts": {
|
|
"postversion": "npm publish --access public",
|
|
"test": "node --test"
|
|
}
|
|
}
|