{ "name": "n8n-nodes-songs2vid", "version": "1.0.0", "description": "n8n community node for Songs2VID — upload audio/covers, create YouTube renders, poll jobs, manage playlists & API keys", "keywords": [ "n8n-community-node-package", "n8n-node", "songs2vid", "audio-to-video", "youtube" ], "license": "MIT", "homepage": "https://songs2vid.com/docs/n8n", "author": { "name": "Songs2VID", "url": "https://songs2vid.com" }, "repository": { "type": "git", "url": "https://git.atakanozban.com/Songs2VID/songs2vid.git", "directory": "integrations/n8n" }, "bugs": { "url": "https://songs2vid.com/docs/n8n" }, "main": "index.js", "scripts": { "build": "tsc && gulp build:icons", "dev": "tsc --watch", "prepublishOnly": "npm run build" }, "files": [ "dist" ], "n8n": { "n8nNodesApiVersion": 1, "credentials": [ "dist/credentials/Songs2VidApi.credentials.js" ], "nodes": [ "dist/nodes/Songs2Vid/Songs2Vid.node.js" ] }, "devDependencies": { "@types/node": "^20.11.0", "gulp": "^4.0.2", "n8n-workflow": "^1.70.0", "typescript": "^5.3.3" }, "peerDependencies": { "n8n-workflow": "*" }, "engines": { "node": ">=18.10" } }