Update to support new features

This commit is contained in:
Jonathan Bennetts 2025-05-12 13:39:34 +01:00
commit 6ea8bac919
No known key found for this signature in database
8 changed files with 119 additions and 4305 deletions

View file

@ -1,5 +1,5 @@
{
"name": "n8n-nodes-<...>",
"name": "n8n-nodes-test",
"version": "0.1.0",
"description": "",
"keywords": [
@ -16,19 +16,16 @@
"url": "https://github.com/<...>/n8n-nodes-<...>.git"
},
"engines": {
"node": ">=18.10",
"pnpm": ">=9.1"
"node": ">=20.15"
},
"packageManager": "pnpm@9.1.4",
"main": "index.js",
"scripts": {
"preinstall": "npx only-allow pnpm",
"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": "pnpm build && pnpm lint -c .eslintrc.prepublish.js nodes credentials package.json"
"prepublishOnly": "npm build && npm lint -c .eslintrc.prepublish.js nodes credentials package.json"
},
"files": [
"dist"
@ -45,14 +42,15 @@
]
},
"devDependencies": {
"@typescript-eslint/parser": "^7.15.0",
"eslint": "^8.56.0",
"eslint-plugin-n8n-nodes-base": "^1.16.1",
"gulp": "^4.0.2",
"prettier": "^3.3.2",
"typescript": "^5.5.3"
"@typescript-eslint/parser": "~8.32.0",
"eslint": "^8.57.0",
"eslint-plugin-n8n-nodes-base": "^1.16.3",
"gulp": "^5.0.0",
"prettier": "^3.5.3",
"typescript": "^5.8.2"
},
"peerDependencies": {
"n8n-workflow": "*"
}
},
"packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6"
}