2023-09-18 16:45:14 +00:00
|
|
|
{
|
|
|
|
"name": "config.phundrak.com",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"docs:dev": "vuepress dev docs",
|
|
|
|
"docs:build": "vuepress build docs"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://labs.phundrak.com/phundrak/conlang.phundrak.com"
|
|
|
|
},
|
|
|
|
"author": "Lucien Cartier-Tilet <lucien@phundrak.com>",
|
|
|
|
"license": "AGPL-3.0",
|
|
|
|
"devDependencies": {
|
2023-10-14 16:02:51 +00:00
|
|
|
"vuepress": "2.0.0-beta.63"
|
2023-09-18 16:45:14 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"vuepress-plugin-remove-html-extension": "^0.1.0"
|
|
|
|
}
|
|
|
|
}
|