{ "name": "config.phundrak.com", "version": "2.0.0", "description": "", "main": "index.js", "repository": "https://labs.phundrak.com/phundrak/config.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" } }