Files
conlang.phundrak.com/package.json
T

18 lines
451 B
JSON
Raw Normal View History

2023-02-26 19:20:43 +01:00
{
"name": "conlang.phundrak.com",
"version": "1.0.0",
"description": "P'hundrak's conlanging website",
2023-02-26 19:20:43 +01:00
"main": "index.js",
"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",
"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"
},
"scripts": {
2026-07-11 11:41:14 +02:00
"dev": "vitepress dev",
"build": "vitepress build"
}
2023-02-26 19:20:43 +01:00
}