2025-11-13 04:43:54 +00:00
|
|
|
{
|
|
|
|
|
"name": "@seclore/n8n-nodes-seclore",
|
2025-11-17 06:14:08 +00:00
|
|
|
"version": "1.0.3",
|
2025-11-13 04:43:54 +00:00
|
|
|
"description": "n8n community node for Seclore Protect - secure file protection using DRM technology",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"homepage": "",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"n8n-community-node-package"
|
|
|
|
|
],
|
|
|
|
|
"author": {
|
|
|
|
|
"name": "Seclore Technology",
|
|
|
|
|
"email": "support@seclore.com"
|
|
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://repo.seclore.com/public/n8n-nodes-seclore.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,
|
2025-11-17 06:18:38 +00:00
|
|
|
"credentials": [
|
|
|
|
|
"dist/credentials/SecloreProtectApi.credentials.js"
|
|
|
|
|
],
|
2025-11-13 04:43:54 +00:00
|
|
|
"nodes": [
|
|
|
|
|
"dist/nodes/SecloreProtect/SecloreProtect.node.js"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@n8n/node-cli": "*",
|
|
|
|
|
"@types/node": "^24.9.1",
|
|
|
|
|
"eslint": "9.32.0",
|
|
|
|
|
"prettier": "3.6.2",
|
|
|
|
|
"release-it": "^19.0.4",
|
|
|
|
|
"typescript": "5.9.2"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"n8n-workflow": "*"
|
|
|
|
|
}
|
|
|
|
|
}
|