mirror of
https://gh.wpcy.net/https://github.com/Chassis/puppet-wp.git
synced 2026-04-26 02:46:19 +08:00
9 lines
153 B
JSON
9 lines
153 B
JSON
{
|
|
"scripts": {
|
|
"docs:dev": "vuepress dev docs",
|
|
"docs:build": "vuepress build docs"
|
|
},
|
|
"devDependencies": {
|
|
"vuepress": "^1.0.3"
|
|
}
|
|
}
|