n8n-nodes-orshottemplates
Version:
Orshot Templates – an n8n community node that turns text/URLs into on-brand images via the Orshot API.
53 lines (52 loc) • 1.65 kB
JSON
{
"name": "n8n-nodes-orshottemplates",
"version": "0.1.31",
"description": "Orshot Templates – an n8n community node that turns text/URLs into on-brand images via the Orshot API.",
"keywords": [
"n8n-community-node-package",
"orShot",
"image-generation"
],
"license": "MIT",
"homepage": "https://github.com/floridomeacci/n8n-nodes-orshottemplates#readme",
"author": {
"name": "Florido Meacci",
"email": "florido@sabatoka.com"
},
"repository": {
"type": "git",
"url": "https://github.com/floridomeacci/n8n-nodes-orshottemplates.git"
},
"main": "index.js",
"files": [
"dist"
],
"scripts": {
"build": "tsc && gulp build:icons",
"dev": "tsc --watch",
"format": "prettier nodes credentials --write",
"lint": "eslint nodes credentials package.json",
"lintfix": "eslint nodes credentials package.json --fix",
"prepublishOnly": "npm run build && npm run lint -c .eslintrc.prepublish.js nodes credentials package.json"
},
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/OrshotTemplatesApi.credentials.js"
],
"nodes": [
"dist/nodes/OrshotTemplates/OrshotTemplates.node.js"
]
},
"peerDependencies": {
"n8n-workflow": "*"
},
"devDependencies": {
"@typescript-eslint/parser": "~5.45",
"eslint-plugin-n8n-nodes-base": "^1.11.0",
"gulp": "^5.0.0",
"n8n-workflow": "*",
"prettier": "^2.7.1",
"typescript": "~4.8.4"
}
}