{
  "name": "xmltest",
  "version": "2.0.3",
  "description": "Redistribution of <ftp://ftp.jclark.com/pub/xml/xmltest.zip> as a npm package to make it easy to access the test cases from javascript.\nThe linked zip file is from <http://www.jclark.com/xml/> which describes it's purpose and links more related resources.",
  "engines": {
    "node": ">=18"
  },
  "files": [
    "cache.js",
    "README.md",
    "LICENSE",
    "xmltest.zip",
    "xmltest.json"
  ],
  "bin": {
    "xmltest": "xmltest.js"
  },
  "main": "xmltest.js",
  "scripts": {
    "extract": "npx extract-zip xmltest.zip $PWD/data",
    "test": "jest",
    "test.zip": "./test.zip.sh",
    "start": "npm run test -- --watch",
    "xmltest.json": "runex ./xmltest.js > xmltest.json"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/karfau/xmltest.git"
  },
  "keywords": [
    "xml",
    "test"
  ],
  "license": "MIT",
  "dependencies": {},
  "devDependencies": {
    "@types/node": "22.10.1",
    "@types/yauzl": "2.10.3",
    "get-stream": "6.0.1",
    "jest": "29.7.0",
    "np": "10.1.0",
    "runex": "0.4.1",
    "yauzl": "3.2.0"
  },
  "peerDependencies": {
    "get-stream": "^6.0.1",
    "yauzl": ">=3.1.3"
  }
}
