mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-09 23:00:55 +00:00
10 lines
133 B
JSON
10 lines
133 B
JSON
|
{
|
||
|
"scripts": {
|
||
|
"dev": "vuepress dev",
|
||
|
"build": "vuepress build"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"vuepress": "^1.0.2"
|
||
|
}
|
||
|
}
|