18 lines
451 B
JSON
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"
|
|
}
|
|
}
|