blessing-skin-manual/package.json

16 lines
360 B
JSON
Raw Normal View History

2019-08-20 23:15:52 +08:00
{
"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": {
2020-06-08 15:50:59 +08:00
"vuepress": "^1.5.0"
2019-08-20 23:15:52 +08:00
}
}