UNPKG

n8n-nodes-lumalabs

Version:
54 lines (53 loc) 1.26 kB
{ "name": "n8n-nodes-lumalabs", "version": "1.0.6", "description": "n8n node for LumaLabs video generation API", "keywords": [ "n8n-community-node-package", "n8n", "lumalabs", "video", "ai" ], "license": "MIT", "homepage": "https://github.com/yourusername/n8n-nodes-lumalabs", "author": { "name": "Matthew Sabia", "email": "support@matthewsabia.com" }, "repository": { "type": "git", "url": "git+https://github.com/yourusername/n8n-nodes-lumalabs.git" }, "main": "index.js", "scripts": { "build": "tsc && gulp build:icons", "dev": "tsc --watch", "format": "prettier --write .", "lint": "eslint src/**/*.ts", "lintfix": "eslint src/**/*.ts --fix", "prepublishOnly": "npm run build" }, "files": [ "dist" ], "n8n": { "n8nNodesApiVersion": 1, "credentials": [ "dist/credentials/LumaLabsApi.credentials.js" ], "nodes": [ "dist/nodes/LumaLabs/LumaLabs.node.js" ] }, "devDependencies": { "@types/node": "^16.11.10", "typescript": "~4.8.4", "n8n-workflow": "~0.143.0", "n8n-core": "~0.143.0", "prettier": "^2.5.1", "gulp": "^4.0.2", "gulp-typescript": "^6.0.0-alpha.1", "@types/gulp": "^4.0.10" } }