mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-04 20:37:56 +00:00
08cf33522a
Co-authored-by: Tiffany Le-Nguyen <tlenguyen@expedia.com> Co-authored-by: Matan Kushner <hello@matchai.me>
10 lines
133 B
JSON
10 lines
133 B
JSON
{
|
|
"scripts": {
|
|
"dev": "vuepress dev",
|
|
"build": "vuepress build"
|
|
},
|
|
"devDependencies": {
|
|
"vuepress": "^1.0.2"
|
|
}
|
|
}
|