{
  "name": "@cwrc/salve-leafwriter",
  "description": "A fork with support for documentation of Salve, a Javascript library which implements a validator able to validate an XML document on the basis of a subset of RelaxNG.",
  "version": "1.2.2",
  "versionedSources": "lib/salve/validate.ts",
  "keywords": [
    "RelaxNG",
    "Relax NG",
    "rng",
    "XML",
    "validation"
  ],
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://github.com/mangalam-research/salve",
  "author": "Louis-Dominique Dubeau <louisd@mangalamresearch.org>",
  "contributors": [
    "Jesse Bethel <keisetsu@gmail.com>",
    "Bennett Buchanan <buchanan.3rd@gmail.com>",
    "Raff Viglianti <raffaeleviglianti@gmai.com>",
    "Luciano Frizzera <lucaju@gmail.com>"
  ],
  "main": "lib/salve/validate.js",
  "browser": "./salve.min.js",
  "types": "lib/salve/validate.d.ts",
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/calincs/cwrc/leaf-writer/salve.git"
  },
  "bugs": "https://gitlab.com/calincs/cwrc/leaf-writer/salve/-/issues",
  "license": "MPL-2.0",
  "engines": {
    "node": ">=8",
    "npm": ">=6.14.7"
  },
  "dependencies": {
    "@trust/webcrypto": "git+https://github.com/lddubeau/webcrypto.git#fix/pass-string-to-digest",
    "@types/xregexp": "^4.3.0",
    "argparse": ">=1 <2",
    "file-url": "^3.0.0",
    "node-fetch": "^2.6.1",
    "require-dir": "^1.2.0",
    "saxes": "^4.0.2",
    "temp": "^0.9.4",
    "tslib": "^1.14.1",
    "xregexp": "^4.4.1"
  },
  "devDependencies": {
    "@commitlint/cli": "^8.3.5",
    "@commitlint/config-angular": "^8.3.4",
    "@types/argparse": "^1.0.38",
    "@types/chai": "^4.2.18",
    "@types/file-url": "^2.0.0",
    "@types/mocha": "^5.2.7",
    "@types/node": "^10.17.60",
    "@types/node-fetch": "^2.5.10",
    "@types/require-dir": "^1.0.1",
    "@types/temp": "^0.8.34",
    "bluebird": "^3.7.2",
    "chai": "^4.3.4",
    "child-process-promise": "^2.2.1",
    "commitizen": "^4.2.4",
    "conventional-changelog-cli": "^2.1.1",
    "del": "^6.0.0",
    "eslint": "^6.8.0",
    "eslint-config-lddubeau-base": "^4.0.2",
    "fancy-log": "^2.0.0",
    "git-cz": "^4.7.6",
    "gulp": "^4.0.2",
    "gulp-eslint": "^6.0.0",
    "gulp-newer": "^1.4.0",
    "husky": "^3.1.0",
    "karma": "^4.4.1",
    "karma-browserstack-launcher": "^1.6.0",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^3.1.0",
    "karma-firefox-launcher": "^1.3.0",
    "karma-mocha": "^1.3.0",
    "karma-mocha-reporter": "^2.2.5",
    "karma-source-map-support": "^1.4.0",
    "merge-options": "^2.0.0",
    "mocha": "^6.2.3",
    "renovate-config-lddubeau": "^1.0.0",
    "source-map-support": "^0.5.19",
    "terser-webpack-plugin": "^2.3.8",
    "touch": "^3.1.0",
    "ts-node": "^8.10.2",
    "tslint": "^5.20.1",
    "tslint-config-lddubeau": "^4.1.2",
    "typedoc": "^0.17.8",
    "typescript": "^3.9.9",
    "versync": "^5.0.0",
    "webpack": "^4.46.0",
    "webpack-cli": "^3.3.12"
  },
  "bin": {
    "salve-convert": "./bin/salve-convert"
  },
  "scripts": {
    "build": "gulp",
    "test": "gulp test",
    "install_test": "gulp install_test",
    "preversion": "npm test && npm run install_test && git flow release start $npm_package_version",
    "version": "versync -b sync -a && conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
    "cm": "git-cz",
    "salve:publish": "cd build/dist && npm publish"
  }
}
