Files
config.phundrak.com/package.json
T
phundrak 9f8932aae1
deploy / deploy (push) Failing after 7m20s
feat!: switch from Vuepress to Vitepress
2026-07-18 11:23:04 +02:00

18 lines
419 B
JSON

{
"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 <lucien@phundrak.com>",
"license": "AGPL-3.0",
"private": true,
"devDependencies": {
"vitepress": "^2.0.0-alpha.18"
},
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build"
}
}