UNPKG

n8n-nodes-digital-ocean

Version:

n8n community node to work with the Digital Ocean API

54 lines (53 loc) 1.37 kB
{ "name": "n8n-nodes-digital-ocean", "version": "0.4.1", "description": "n8n community node to work with the Digital Ocean API", "keywords": [ "n8n-community-node-package", "digital ocean", "droplet", "vps" ], "license": "MIT", "homepage": "https://joffcom.net", "author": { "name": "Jonathan", "email": "jonathan@joffcom.net" }, "repository": { "type": "git", "url": "git+https://github.com/joffcom/n8n-nodes-digital-ocean.git" }, "main": "index.js", "scripts": { "build": "tsc && gulp build:icons", "dev": "tsc --watch", "format": "prettier nodes --write", "lint": "eslint nodes package.json", "lintfix": "eslint nodes package.json --fix", "prepublishOnly": "npm run build && npm run lint -c .eslintrc.prepublish.js nodes package.json" }, "files": [ "dist" ], "n8n": { "n8nNodesApiVersion": 1, "credentials": [ "dist/credentials/DigitalOceanApi.credentials.js", "dist/credentials/DigitalOceanOAuth2Api.credentials.js" ], "nodes": [ "dist/nodes/DigitalOcean/DigitalOcean.node.js" ] }, "devDependencies": { "@typescript-eslint/parser": "~8.29.0", "eslint-plugin-n8n-nodes-base": "^1.16.3", "gulp": "^5.0.0", "prettier": "^3.5.3", "typescript": "~5.8.2" }, "peerDependencies": { "n8n-workflow": "*" } }