This commit is contained in:
2025-05-21 18:31:19 +08:00
parent 1820102e44
commit 08ffdff1ee
5 changed files with 14950 additions and 180 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "n8n",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.11.0",
"dependencies": {
"n8n": "^1.93.0"
}
}