xml-encryption
Version:
[](https://travis-ci.org/auth0/node-xml-encryption)
43 lines (42 loc) • 1.09 kB
JSON
{
"name": "xml-encryption",
"version": "5.0.0",
"devDependencies": {
"@commitlint/cli": "^20.3.1",
"@commitlint/config-conventional": "^20.3.1",
"@semantic-release/exec": "^7.0.3",
"conventional-changelog": "^7.2.1",
"conventional-changelog-conventionalcommits": "^9.3.0",
"husky": "^9.1.7",
"mocha": "^7.1.2",
"semantic-release": "^25.0.2",
"sinon": "^9.0.2"
},
"main": "./lib",
"repository": "https://github.com/auth0/node-xml-encryption",
"keywords": [
"xml",
"encryption",
"xmlenc"
],
"author": "Matias Woloski (Auth0)",
"contributors": [
"Jose F. Romaniello <jfromaniello@gmail.com> (http://joseoncode.com)",
"Tommi Pisto <tommi@pistogroup.com> (http://pasm.pis.to)"
],
"license": "MIT",
"dependencies": {
"@xmldom/xmldom": "^0.8.13",
"escape-html": "^1.0.3",
"xpath": "0.0.32"
},
"files": [
"lib",
"package-lock.json"
],
"scripts": {
"test": "mocha",
"prepare": "husky",
"update-changelog": "conventional-changelog -p conventionalcommits -i CHANGELOG.md"
}
}