File size: 885 Bytes
3206347 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
{
"name": "@automatisch/docs",
"version": "0.10.0",
"license": "See LICENSE file",
"description": "The open source Zapier alternative. Build workflow automation without spending time and money.",
"private": true,
"scripts": {
"dev": "vitepress dev pages --port 3002",
"build": "vitepress build pages",
"serve": "vitepress serve pages"
},
"devDependencies": {
"sitemap": "^7.1.1",
"vitepress": "^1.0.0-alpha.21",
"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"
}
}
|