Files
Mahi 435889ee79 docs: Rebuild documentation as enterprise-grade TLAS platform
- Migrate from custom HTTP server to VitePress framework
- Rename project to Tokenized License Approval System (TLAS)
- Add comprehensive documentation for all stakeholders:
  - Business: Executive summary, value proposition, governance
  - Operations: Infrastructure, installation, monitoring, backup
  - Departments: User guide, workflows, verification, issuance
  - Developers: API reference, authentication, webhooks, SDKs
  - Compliance: OWASP, DPDP Act, IT Act, audit framework
- Add modern theme with dark mode and full-text search
- Update Dockerfile for VitePress build process

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-10 00:05:20 -04:00

26 lines
588 B
JSON

{
"name": "goa-gel-documentation",
"version": "2.0.0",
"description": "Goa-GEL Platform Documentation - Government e-Licensing",
"type": "module",
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview --port 8080",
"serve": "vitepress build && vitepress preview --port 8080"
},
"keywords": [
"documentation",
"goa-gel",
"blockchain",
"e-licensing",
"government"
],
"author": "Government of Goa",
"license": "MIT",
"devDependencies": {
"vitepress": "^1.5.0",
"vue": "^3.5.13"
}
}