Files
starship/docs/package.json
T

10 lines
133 B
JSON
Raw Normal View History

2019-07-19 16:18:52 -04:00
{
"scripts": {
"dev": "vuepress dev",
"build": "vuepress build"
},
"devDependencies": {
"vuepress": "^1.0.2"
}
}