60 lines
1.3 KiB
JSON
60 lines
1.3 KiB
JSON
{
|
|
"name": "@jessefreitas/n8n-nodes-mega",
|
|
"version": "0.4.12",
|
|
"description": "Trabalhe com a API do Mega",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/jessefreitas/n8n_community_mega",
|
|
"keywords": [
|
|
"n8n-community-node-package",
|
|
"n8n",
|
|
"mega",
|
|
"mega-api"
|
|
],
|
|
"author": {
|
|
"name": "Jesse Freitas",
|
|
"email": "jesse.freitas@omniforge.com.br"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jessefreitas/n8n_community_mega.git"
|
|
},
|
|
"engines": {
|
|
"node": ">=22"
|
|
},
|
|
"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/MegaApi.credentials.js",
|
|
"dist/credentials/MegaClientApi.credentials.js",
|
|
"dist/credentials/MegaPlatformApi.credentials.js"
|
|
],
|
|
"nodes": [
|
|
"dist/nodes/Mega/Mega.node.js",
|
|
"dist/nodes/MegaClient/MegaClient.node.js",
|
|
"dist/nodes/MegaPlatform/MegaPlatform.node.js"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@n8n/node-cli": "0.23.0",
|
|
"eslint": "9.32.0",
|
|
"prettier": "3.6.2",
|
|
"release-it": "^19.0.4",
|
|
"typescript": "5.9.2"
|
|
},
|
|
"peerDependencies": {
|
|
"n8n-workflow": "*"
|
|
}
|
|
}
|