xml-vs-js
Version:
A xml to js to xml transformer
62 lines (61 loc) • 1.6 kB
JSON
{
"name": "xml-vs-js",
"version": "2.1.0",
"description": "A xml to js to xml transformer",
"keywords": [
"converter",
"html",
"html-to-json",
"transformer",
"xml",
"xml-to-js",
"xml-to-json"
],
"homepage": "https://github.com/commenthol/xml-vs-js#readme",
"bugs": {
"url": "https://github.com/commenthol/xml-vs-js/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/commenthol/xml-vs-js.git"
},
"license": "Unlicense",
"author": "commenthol <commenthol@gmail.com>",
"main": "src",
"types": "types/src",
"directories": {
"test": "test"
},
"scripts": {
"ci": "npm run clean && npm run lint && npm test && npm run types",
"clean": "rimraf coverage .nyc_output",
"clean:all": "rimraf node_modules && npm run clean",
"coverage": "c8 -r lcov -r text -r html npm test",
"lint": "eslint --ext .js .",
"prepublishOnly": "npm run ci",
"test": "mocha",
"types": "rimraf types; tsc --emitDeclarationOnly true --noEmitOnError"
},
"dependencies": {
"entities": "^3.0.1",
"htmlparser2": "^7.2.0"
},
"devDependencies": {
"@types/node": "*",
"c8": "^7.11.0",
"debug": "^4.3.3",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-standard": "^5.0.0",
"mocha": "^9.2.1",
"rimraf": "^3.0.2",
"serialize-to-module": "^1.1.0",
"typescript": "^4.6.2"
},
"engines": {
"node": ">=8"
}
}