{ "name": "saxes", "description": "An evented streaming XML parser in JavaScript", "author": "Louis-Dominique Dubeau ", "version": "3.1.9", "main": "lib/saxes.js", "types": "lib/saxes.d.ts", "license": "ISC", "engines": { "node": ">=8" }, "scripts": { "test": "mocha --delay", "posttest": "eslint test/*.js lib/*.js", "preversion": "npm test", "version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md", "postversion": "npm publish", "postpublish": "git push origin --follow-tags" }, "repository": "https://github.com/lddubeau/saxes.git", "files": [ "lib/saxes.js", "lib/saxes.d.ts", "LICENSE", "README.md", "CHANGELOG.md" ], "devDependencies": { "@commitlint/cli": "^7.5.2", "@commitlint/config-angular": "^7.5.0", "chai": "^4.2.0", "conventional-changelog-cli": "^2.0.12", "eslint": "^5.14.1", "eslint-config-lddubeau-base": "^3.0.1", "husky": "^1.3.1", "mocha": "^6.0.1", "renovate-config-lddubeau": "^1.0.0", "xml-conformance-suite": "^1.1.0" }, "dependencies": { "xmlchars": "^1.3.1" }, "husky": { "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } } }