Some checks are pending
Automatisch Backend Tests / test (push) Waiting to run
Automatisch CI / linter (push) Waiting to run
Automatisch CI / start-backend-server (push) Waiting to run
Automatisch CI / start-backend-worker (push) Waiting to run
Automatisch CI / build-web (push) Waiting to run
Automatisch UI Tests / test (push) Waiting to run
33 lines
905 B
JSON
33 lines
905 B
JSON
{
|
|
"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,
|
|
"type": "module",
|
|
"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"
|
|
}
|
|
}
|