mirror of
https://github.com/bs-community/blessing-skin-manual.git
synced 2024-11-21 00:40:49 +08:00
16 lines
360 B
JSON
16 lines
360 B
JSON
{
|
|
"name": "blessing-skin-manual",
|
|
"version": "0.0.0",
|
|
"repository": "https://github.com/bs-community/blessing-skin-manual",
|
|
"author": "The Blessing Skin Community",
|
|
"license": "CC-BY-SA 4.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vuepress dev man",
|
|
"build": "vuepress build man"
|
|
},
|
|
"devDependencies": {
|
|
"vuepress": "^1.5.0"
|
|
}
|
|
}
|