Files
config.phundrak.com/package.json
T
phundrak a46efb3e3f
deploy / deploy (push) Successful in 4m45s
feat!: switch from Vuepress to Vitepress
2026-07-18 12:12:14 +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"
}
}