clip-magic
Version:
n8n node for ClipMagic API - Video and audio processing tools
63 lines • 1.47 kB
JSON
{
"name": "clip-magic",
"version": "1.0.7",
"description": "n8n node for ClipMagic API - Video and audio processing tools",
"keywords": [
"n8n-community-node-package",
"clipmagic",
"video",
"audio",
"media",
"processing",
"ai",
"conversion"
],
"license": "MIT",
"homepage": "https://clipmagic.pro",
"author": {
"name": "ClipMagic",
"email": "support@clipmagic.pro"
},
"repository": {
"type": "git",
"url": "https://github.com/danialhussin71/clipmagic-n8n.git"
},
"engines": {
"node": ">=18.10",
"pnpm": ">=9.1"
},
"packageManager": "pnpm@9.1.0",
"main": "index.js",
"scripts": {
"build": "tsc && gulp build:icons",
"dev": "tsc --watch",
"format": "prettier nodes credentials --write",
"lint": "eslint nodes/**/*.ts credentials/**/*.ts package.json",
"lintfix": "eslint nodes credentials package.json --fix",
"prepublishOnly": "npm run build"
},
"files": [
"dist"
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/ClipMagicApi.credentials.js"
],
"nodes": [
"dist/nodes/ClipMagic.node.js"
]
},
"devDependencies": {
"@typescript-eslint/parser": "^7.15.0",
"eslint": "^8.56.0",
"eslint-plugin-n8n-nodes-base": "^1.16.1",
"gulp": "^4.0.2",
"n8n-workflow": "*",
"prettier": "^3.3.2",
"typescript": "^5.5.3"
},
"peerDependencies": {
"n8n-workflow": "*"
}
}