init & fix notice

This commit is contained in:
2025-10-30 16:29:55 +08:00
parent 8139ca031c
commit a2aa889e19
8 changed files with 36 additions and 52 deletions

View File

@@ -1,14 +1,19 @@
{
"name": "n8n-nodes-gwezz-oceanengine",
"version": "0.1.0",
"description": "",
"description": "n8n community node to integrate with Ocean Engine (ByteDance) APIs.",
"license": "MIT",
"homepage": "",
"keywords": ["n8n-community-node-package"],
"author": { "name": "sshelgwezz", "email": "sshelgwezz@foxmail.com" },
"keywords": [
"n8n-community-node-package"
],
"author": {
"name": "sshelgwezz",
"email": "sshelgwezz@foxmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/<...>/n8n-nodes-<...>.git"
"url": "https://gitea.gwezz.com/n8n-nodes/n8n-nodes-gwezz-oceanengine.git"
},
"scripts": {
"build": "n8n-node build",
@@ -19,14 +24,18 @@
"release": "n8n-node release",
"prepublishOnly": "n8n-node prerelease"
},
"files": ["dist"],
"files": [
"dist"
],
"n8n": {
"n8nNodesApiVersion": 1,
"strict": true,
"credentials": [
"dist/credentials/GwezzOceanengineOAuth2Api.credentials.js"
],
"nodes": ["dist/nodes/GwezzOceanengine/GwezzOceanengine.node.js"]
"nodes": [
"dist/nodes/GwezzOceanengine/GwezzOceanengine.node.js"
]
},
"devDependencies": {
"@n8n/node-cli": "*",
@@ -35,5 +44,7 @@
"release-it": "^19.0.4",
"typescript": "5.9.2"
},
"peerDependencies": { "n8n-workflow": "*" }
}
"peerDependencies": {
"n8n-workflow": "*"
}
}