stuf-gemma
Version:
Generated typings for various StUF BG 3.10 messages
48 lines (47 loc) • 1.64 kB
JSON
{
"name": "stuf-gemma",
"version": "0.0.4",
"description": "Generated typings for various StUF BG 3.10 messages",
"type": "module",
"main": "dist/index.js",
"scripts": {
"generate:all": "npm run generate:bg && npm run generate:zkn && npm run generate:zds",
"generate:bg": "cxsd ./spec/index.xsd -n \"http://www.egem.nl/StUF/sector/bg/0310\" --out generated",
"generate:zkn": "cxsd ./spec/index.xsd -n \"http://www.egem.nl/StUF/sector/zkn/0310\" --out generated",
"generate:zds": "cxsd ./spec/index.xsd -n \"http://www.stufstandaarden.nl/koppelvlak/zds0120\" --out generated",
"clean": "rimraf generated/*",
"quirk": "tsx quirk.ts",
"build": "tsc",
"lint:format": "prettier . --ignore-path=.prettierignore --check",
"lint:pkgs": "npmPkgJsonLint .",
"lint": "concurrently -g \"npm:lint:format\" \"npm:lint:pkgs\"",
"format": "prettier . --ignore-path=.prettierignore --write",
"prepare": "patch-package",
"prepublishOnly": "npm run clean && npm run generate:all && npm run quirk && npm run format && npm run lint && npm run build"
},
"files": [
"dist/"
],
"keywords": [
"stuf",
"stuf-bg",
"stuf-zkn",
"stuf-zds",
"gemma"
],
"author": "Jelle Licht",
"license": "MIT",
"devDependencies": {
"@loanlink-nl/cxsd": "^2.1.1",
"concurrently": "^9.1.2",
"glob": "^11.0.1",
"npm-package-json-lint": "^8.0.0",
"npm-package-json-lint-config-default": "^7.0.1",
"patch-package": "^8.0.0",
"prettier": "^3.5.0",
"replace-in-file": "^8.3.0",
"rimraf": "^6.0.1",
"tsx": "^4.19.3",
"typescript": "^5.7.3"
}
}