Files
n8n-nodes-gwezz-oceanengine/package.json
2025-11-22 17:55:57 +08:00

55 lines
1.2 KiB
JSON

{
"name": "n8n-nodes-gwezz-oceanengine",
"version": "0.1.0",
"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"
},
"repository": {
"type": "git",
"url": "https://gitea.gwezz.com/n8n-nodes/n8n-nodes-gwezz-oceanengine.git"
},
"scripts": {
"build": "n8n-node build",
"build:watch": "tsc --watch",
"dev": "n8n-node dev",
"lint": "n8n-node lint",
"lint:fix": "n8n-node lint --fix",
"release": "n8n-node release",
"prepublishOnly": "n8n-node prerelease"
},
"files": [
"dist"
],
"n8n": {
"n8nNodesApiVersion": 1,
"strict": true,
"credentials": [
"dist/credentials/GwezzOceanengineOAuth2Api.credentials.js"
],
"nodes": [
"dist/nodes/GwezzOceanengine/GwezzOceanengine.node.js"
]
},
"devDependencies": {
"@n8n/node-cli": "*",
"@types/node": "^24.9.2",
"eslint": "9.32.0",
"prettier": "3.6.2",
"release-it": "^19.0.4",
"typescript": "^5.9.3"
},
"peerDependencies": {
"n8n-workflow": "*"
},
"overrides": {
"form-data": "^4.0.4"
}
}