xsd-lookup
Version:
Multi-schema XSD lookup utility
54 lines (53 loc) • 1.19 kB
JSON
{
"name": "xsd-lookup",
"version": "1.6.0",
"description": "Multi-schema XSD lookup utility",
"main": "dist/XsdReference.js",
"scripts": {
"build": "tsc",
"clean": "rimraf dist",
"rebuild": "npm run clean && npm run build",
"test": "node tests/test_all_files_comprehensive.js",
"test:full": "npm run build && npm test",
"prepublishOnly": "npm run rebuild && npm test"
},
"author": "Chem O'Dun <chemodun@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/chemodun/xsd-lookup.git"
},
"bugs": {
"url": "https://github.com/chemodun/xsd-lookup/issues"
},
"homepage": "https://github.com/chemodun/xsd-lookup#readme",
"keywords": [
"xsd",
"xml",
"validation",
"schema",
"x4",
"x4-foundations",
"modding",
"typescript"
],
"files": [
"dist/**/*",
"src/**/*",
"tests/data/**/*",
"README.md",
"LICENSE",
"tsconfig.json"
],
"devDependencies": {
"@types/node": "^22.15.33",
"rimraf": "^6.0.1",
"typescript": "^5.8.3"
},
"dependencies": {
"@xmldom/xmldom": "^0.9.8"
},
"engines": {
"node": ">= 22.0.0"
}
}