docs/package.json

20 lines
373 B
JSON

{
"name": "@lfk/docs-de",
"version": "0.0.1",
"description": "The german documentation for the lfk",
"main": "index.js",
"authors": {
"name": "",
"email": ""
},
"repository": "/@lfk/docs-de",
"scripts": {
"dev": "vuepress dev src",
"build": "vuepress build src"
},
"license": "MIT",
"devDependencies": {
"vuepress": "^1.5.3"
}
}