{ "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" } }