mirror of
https://github.com/PaiGramTeam/PaiGramDocs.git
synced 2024-11-16 04:35:50 +00:00
16 lines
311 B
JSON
16 lines
311 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|