{
  "name": "@xml-tools/simple-schema",
  "version": "3.0.5",
  "description": "XML Simple Schema",
  "keywords": [
    "xml",
    "validation"
  ],
  "main": "lib/api.js",
  "repository": "https://github.com/sap/xml-tools/",
  "license": "Apache-2.0",
  "typings": "./api.d.ts",
  "files": [
    "lib",
    ".reuse",
    "LICENSES",
    "api.d.ts"
  ],
  "dependencies": {
    "@xml-tools/ast": "^5.0.5",
    "@xml-tools/content-assist": "^3.1.11",
    "lodash": "4.17.21"
  },
  "devDependencies": {
    "@xml-tools/parser": "^1.0.11",
    "@xml-tools/validation": "^1.0.16"
  },
  "scripts": {
    "ci": "npm-run-all clean type-check coverage:*",
    "clean": "rimraf ./coverage ./nyc_output",
    "test": "mocha \"./test/**/*spec.js\"",
    "coverage:run": "nyc mocha \"./test/**/*spec.js\"",
    "coverage:check": "nyc check-coverage --lines 100 --branches 100 --statements 100 --functions 100",
    "type-check": "tsc api.d.ts"
  },
  "publishConfig": {
    "access": "public"
  },
  "nyc": {
    "include": [
      "lib/**/*.js"
    ],
    "reporter": [
      "text",
      "lcov"
    ]
  },
  "gitHead": "6ce4d58f85eff0c993cc34535b8ca1b23c1e2fa0"
}
