UNPKG

@skriptfabrik/n8n-nodes-otto-market

Version:
49 lines (48 loc) 1.23 kB
{ "name": "@skriptfabrik/n8n-nodes-otto-market", "version": "0.2.0", "description": "OTTO Market nodes for n8n", "license": "MIT", "homepage": "https://github.com/skriptfabrik/n8n-nodes/blob/main/nodes/otto-market/README.md", "bugs": "https://github.com/skriptfabrik/n8n-nodes/issues", "keywords": [ "n8n", "n8n-community-node", "n8n-community-node-package", "otto", "otto-market" ], "author": { "name": "skriptfabrik", "email": "info@skriptfabrik.com" }, "repository": "skriptfabrik/n8n-nodes.git", "scripts": { "build": "n8n-node build", "build:watch": "tsc --watch", "dev": "n8n-node dev --external-n8n --custom-user-folder=$N8N_USER_FOLDER", "lint": "n8n-node lint", "lint:fix": "n8n-node lint --fix", "prepublishOnly": "n8n-node prerelease", "release": "semantic-release" }, "files": [ "dist/credentials", "dist/icons", "dist/nodes", "CHANGELOG.md" ], "n8n": { "n8nNodesApiVersion": 1, "strict": true, "credentials": [ "dist/credentials/OttoMarketApi.credentials.js" ], "nodes": [ "dist/nodes/OttoMarket/OttoMarket.node.js" ] }, "peerDependencies": { "n8n-workflow": "*" } }