Files
automatisch/packages/docs/package.json
2022-08-13 16:54:47 +03:00

29 lines
731 B
JSON

{
"name": "@automatisch/docs",
"version": "0.1.0",
"description": "> TODO: description",
"scripts": {
"dev": "vitepress dev pages --port 3002",
"build": "vitepress build pages",
"serve": "vitepress serve pages"
},
"devDependencies": {
"vitepress": "^1.0.0-alpha.4",
"vue": "^3.2.37"
},
"contributors": [
{
"name": "automatisch contributors",
"url": "https://github.com/automatisch/automatisch/graphs/contributors"
}
],
"homepage": "https://github.com/automatisch/automatisch#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/automatisch/automatisch.git"
},
"bugs": {
"url": "https://github.com/automatisch/automatisch/issues"
}
}