- Bump version to 0.2.0 - Update repository URLs to git.martien.io - Update author information - Add changelog for v0.2.0 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
55 lines
1.2 KiB
JSON
55 lines
1.2 KiB
JSON
{
|
|
"name": "n8n-nodes-strike",
|
|
"version": "0.2.0",
|
|
"description": "n8n node for Strike API - Bitcoin payments and Lightning Network",
|
|
"keywords": [
|
|
"n8n-community-node-package",
|
|
"strike",
|
|
"bitcoin",
|
|
"lightning",
|
|
"payments"
|
|
],
|
|
"license": "MIT",
|
|
"homepage": "https://git.martien.io/Martien/n8n-nodes-strike",
|
|
"author": {
|
|
"name": "Martien"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.martien.io/Martien/n8n-nodes-strike.git"
|
|
},
|
|
"main": "index.js",
|
|
"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"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"n8n": {
|
|
"n8nNodesApiVersion": 1,
|
|
"credentials": [
|
|
"dist/credentials/StrikeApi.credentials.js"
|
|
],
|
|
"nodes": [
|
|
"dist/nodes/Strike/Strike.node.js"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.10.0",
|
|
"@typescript-eslint/parser": "^6.0.0",
|
|
"eslint": "^8.56.0",
|
|
"gulp": "^4.0.2",
|
|
"n8n-workflow": "^1.22.0",
|
|
"prettier": "^3.1.0",
|
|
"typescript": "^5.3.0"
|
|
},
|
|
"peerDependencies": {
|
|
"n8n-workflow": "*"
|
|
}
|
|
}
|