mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-25 15:37:37 +00:00
* Integrated new n8n datasource [initial] * Resolved some bugs * Added a dropdown for auth type - changed sensitive fields to encrypted - Added basic & header auth * Added changes - Plugin icon - Removed ecrypted option from username - Chnaged some placeholder text and field names * Changed datasource fields - Removed host from datasource modal - Added url field to operations - Changed operation names * Redesigned dynamic list * changed error message * Changed icon * Added helpText to dropdown-flip component * Cleaning code * Cleaning code * Added n8n documentation * Edited hint text
23 lines
530 B
JSON
23 lines
530 B
JSON
{
|
|
"name": "@tooljet-plugins/n8n",
|
|
"version": "1.0.0",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"directories": {
|
|
"lib": "lib",
|
|
"test": "__tests__"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"test": "echo \"Error: run tests from root\" && exit 1",
|
|
"build": "tsc -b",
|
|
"clean": "rimraf ./dist && rimraf tsconfig.tsbuildinfo"
|
|
},
|
|
"homepage": "https://github.com/tooljet/tooljet#readme",
|
|
"dependencies": {
|
|
"@tooljet-plugins/common": "file:../common",
|
|
"react": "^17.0.2"
|
|
}
|
|
}
|