Files
conlang.phundrak.com/package.json
T
phundrak 53bd794a5c
deploy / deploy (push) Successful in 4m46s
chore: switch from vuepress to vitepress
2026-07-11 17:12:27 +02:00

18 lines
451 B
JSON

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