mirror of
https://github.com/starship/starship.git
synced 2025-02-09 06:49:43 +01:00
10 lines
133 B
JSON
10 lines
133 B
JSON
|
{
|
||
|
"scripts": {
|
||
|
"dev": "vuepress dev",
|
||
|
"build": "vuepress build"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"vuepress": "^1.0.2"
|
||
|
}
|
||
|
}
|