mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
26 lines
629 B
JSON
26 lines
629 B
JSON
{
|
|
"name": "n8n-docs",
|
|
"version": "0.0.1",
|
|
"description": "n8n Documentation",
|
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
"homepage": "https://n8n.io",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/n8n-io/n8n-docs.git"
|
|
},
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "vuepress dev docs",
|
|
"build": "vuepress build docs"
|
|
},
|
|
"author": "",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@vuepress/plugin-google-analytics": "^1.5.0",
|
|
"directory-tree": "^2.2.4",
|
|
"vuepress": "^1.5.0",
|
|
"vuepress-plugin-code-copy": "^1.0.6",
|
|
"vuepress-plugin-reading-time": "^0.1.1"
|
|
}
|
|
}
|