1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-27 12:03:30 +00:00
starship/docs/package.json
2019-08-20 11:13:19 -04:00

11 lines
184 B
JSON

{
"scripts": {
"dev": "vuepress dev",
"build": "vuepress build"
},
"devDependencies": {
"@vuepress/plugin-google-analytics": "^1.0.3",
"vuepress": "^1.0.2"
}
}