1
0
Fork 0
conlang.phundrak.com/package.json

24 lines
572 B
JSON

{
"name": "conlang.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": {
"vuepress-vite": "^2.0.0-beta.60",
"vuepress": "^2.0.0-beta.60"
},
"dependencies": {
"vuepress-plugin-remove-html-extension": "^0.1.0"
}
}