PaiGramDocs/package.json

16 lines
311 B
JSON
Raw Normal View History

{
"name": "paimondocs",
"version": "1.0.0",
"description": "Documentation of PaimonBot",
"main": "index.js",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs"
},
"author": "",
"license": "CC BY-SA 4.0",
"devDependencies": {
"vuepress": "^2.0.0-beta.60"
}
}