Files
gremiumhub/scripts/package.json

17 lines
390 B
JSON

{
"name": "legalconsenthub-scripts",
"version": "1.0.0",
"type": "module",
"description": "Utility scripts for Legal Consent Hub",
"scripts": {
"generate:form-flow": "npx tsx generate-form-flow-diagram.ts"
},
"devDependencies": {
"js-yaml": "^4.1.0",
"@types/js-yaml": "^4.0.9",
"tsx": "^4.7.0",
"typescript": "^5.3.0",
"@types/node": "^20.11.0"
}
}