UNPKG

n8n-nodes-nwc

Version:

n8n nodes for Nostr Wallet Connect (NWC) protocol

66 lines (65 loc) 1.66 kB
{ "name": "n8n-nodes-nwc", "version": "1.0.4", "description": "n8n nodes for Nostr Wallet Connect (NWC) protocol", "keywords": [ "n8n", "n8n-node", "n8n-community-node-package", "nostr", "wallet", "bitcoin", "lightning", "nwc" ], "license": "MIT", "homepage": "https://github.com/matjaz/n8n-nodes-nwc", "author": { "name": "Matjaz Lipus", "email": "matjazl@gmail.com" }, "repository": { "type": "git", "url": "git+https://github.com/matjaz/n8n-nodes-nwc.git" }, "main": "dist/index.js", "scripts": { "build": "tsc && gulp build:icons", "dev": "tsc --watch", "format": "prettier nodes credentials --write", "lint": "eslint \"nodes/**/*.ts\" \"credentials/**/*.ts\"", "lint:fix": "eslint \"nodes/**/*.ts\" \"credentials/**/*.ts\" --fix", "prepublishOnly": "npm run build && npm run lint" }, "files": [ "dist/**/*" ], "n8n": { "n8nNodesApiVersion": 1, "nodes": [ "dist/nodes/Nwc/Nwc.node.js" ], "credentials": [ "dist/credentials/NwcUrl.credentials.js" ] }, "devDependencies": { "@types/express": "^4.17.6", "@typescript-eslint/eslint-plugin": "^5.29.0", "@typescript-eslint/parser": "^5.29.0", "eslint-plugin-n8n-nodes-base": "^1.0.0", "gulp": "^4.0.2", "gulp-imagemin": "^7.1.0", "gulp-rename": "^2.0.0", "gulp-svgstore": "^9.0.0", "n8n-core": "^0.125.0", "n8n-workflow": "^0.107.0", "prettier": "^2.7.1", "typescript": "~4.9.5" }, "dependencies": { "@getalby/lightning-tools": "^5.2.1", "@getalby/sdk": "^5.1.0", "websocket-polyfill": "^0.0.3" } }