2023-02-26 19:20:43 +01:00
|
|
|
{
|
|
|
|
|
"name": "conlang.phundrak.com",
|
|
|
|
|
"version": "1.0.0",
|
2024-06-21 08:15:31 +02:00
|
|
|
"description": "P'hundrak's conlanging website",
|
2023-02-26 19:20:43 +01:00
|
|
|
"main": "index.js",
|
2024-06-21 08:15:31 +02:00
|
|
|
"repository": "https://labs.phundrak.com/phundrak/conlang.phundrak.com",
|
2023-02-26 19:20:43 +01:00
|
|
|
"author": "Lucien Cartier-Tilet <lucien@phundrak.com>",
|
|
|
|
|
"license": "AGPL-3.0",
|
2024-06-21 08:15:31 +02:00
|
|
|
"private": true,
|
2023-02-26 19:20:43 +01:00
|
|
|
"devDependencies": {
|
2026-07-11 11:41:14 +02:00
|
|
|
"vitepress": "^2.0.0-alpha.18"
|
2024-06-21 08:15:31 +02:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2026-07-11 11:41:14 +02:00
|
|
|
"dev": "vitepress dev",
|
|
|
|
|
"build": "vitepress build"
|
2024-06-21 08:15:31 +02:00
|
|
|
}
|
2023-02-26 19:20:43 +01:00
|
|
|
}
|