feat: Add form flow documentation
This commit is contained in:
16
scripts/package.json
Normal file
16
scripts/package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user