tachiyomi-website/package.json
2019-09-16 15:54:56 -03:00

18 lines
327 B
JSON

{
"name": "tachiyomi-website",
"version": "0.0.0",
"scripts": {
"build": "vuepress build src",
"serve": "vuepress dev src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tachiyomiorg/website.git"
},
"private": true,
"devDependencies": {
"http-server": "^0.11.1",
"vuepress": "^1.1.0"
}
}