{ "name": "conlang.phundrak.com", "version": "1.0.0", "description": "P'hundrak's conlanging website", "main": "index.js", "repository": "https://labs.phundrak.com/phundrak/conlang.phundrak.com", "author": "Lucien Cartier-Tilet ", "license": "AGPL-3.0", "private": true, "devDependencies": { "vitepress": "^2.0.0-alpha.18" }, "scripts": { "dev": "vitepress dev", "build": "vitepress build" } }