{
  "name": "xsd-to-xast",
  "version": "0.5.0",
  "description": "Generate xast TypeScript types from an XSD schema",
  "bin": {
    "xsd-to-xast": "cxsd-cli.js"
  },
  "scripts": {
    "tsc": "tsc",
    "build": "tsc",
    "test": "node cxsd-cli.js --help"
  },
  "author": [
    "Juha Järvi",
    "Thomas F. K. Jorna <hello@tefkah.com>"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tefkah/xsd-to-xast.git"
  },
  "bugs": {
    "url": "https://github.com/tefkah/xsd-to-xast/issues"
  },
  "homepage": "https://github.com/tefkah/xsd-to-xast#readme",
  "keywords": [
    "xsd",
    "xast",
    "dts",
    "xml",
    "schema",
    "parser",
    "typescript"
  ],
  "dependencies": {
    "@types/node-expat": "^2.3.2",
    "bluebird": "^3.4.1",
    "cget": "~0.0.5",
    "commander": "^9.4.0",
    "cxml": "~0.1.0",
    "node-expat": "~2.3.15",
    "zod": "^3.18.0"
  },
  "devDependencies": {
    "@types/bluebird": "^3.5.36",
    "@types/commander": "^2.12.2",
    "@types/node": "^18.7.9",
    "@types/prettier": "^2.7.0",
    "prettier": "^2.7.1",
    "typescript": "^4.7.4",
    "typings": "^1.3.2"
  }
}
