@belmontdigitalmarketing/n8n-nodes-flowlu 0.2.0 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,18 +1,18 @@
1
- {
2
- "node": "n8n-nodes-base.flowlu",
3
- "nodeVersion": "1.0",
4
- "codexVersion": "1.0",
5
- "categories": ["Marketing & Sales"],
6
- "resources": {
7
- "credentialDocumentation": [
8
- {
9
- "url": "https://www.flowlu.com/api/"
10
- }
11
- ],
12
- "primaryDocumentation": [
13
- {
14
- "url": "https://www.flowlu.com/api/"
15
- }
16
- ]
17
- }
18
- }
1
+ {
2
+ "node": "n8n-nodes-base.flowlu",
3
+ "nodeVersion": "1.0",
4
+ "codexVersion": "1.0",
5
+ "categories": ["Marketing & Sales"],
6
+ "resources": {
7
+ "credentialDocumentation": [
8
+ {
9
+ "url": "https://www.flowlu.com/api/"
10
+ }
11
+ ],
12
+ "primaryDocumentation": [
13
+ {
14
+ "url": "https://www.flowlu.com/api/"
15
+ }
16
+ ]
17
+ }
18
+ }
package/package.json CHANGED
@@ -1,56 +1,59 @@
1
- {
2
- "name": "@belmontdigitalmarketing/n8n-nodes-flowlu",
3
- "version": "0.2.0",
4
- "description": "n8n community node for the Flowlu CRM, project management, and task API",
5
- "keywords": [
6
- "n8n-community-node-package",
7
- "n8n",
8
- "flowlu",
9
- "crm",
10
- "project-management",
11
- "tasks"
12
- ],
13
- "license": "MIT",
14
- "homepage": "https://github.com/belmontdigitalmarketing/n8n-nodes-flowlu",
15
- "author": {
16
- "name": "Belmont Digital Marketing",
17
- "email": "matthias@belmontdigitalmarketing.com"
18
- },
19
- "repository": {
20
- "type": "git",
21
- "url": "git+https://github.com/belmontdigitalmarketing/n8n-nodes-flowlu.git"
22
- },
23
- "bugs": {
24
- "url": "https://github.com/belmontdigitalmarketing/n8n-nodes-flowlu/issues"
25
- },
26
- "main": "index.js",
27
- "scripts": {
28
- "build": "tsc && gulp build:icons",
29
- "dev": "tsc --watch",
30
- "format": "prettier nodes credentials --write",
31
- "lint": "tslint -p tsconfig.json -c tslint.json && eslint nodes credentials package.json",
32
- "lintfix": "tslint --fix -p tsconfig.json -c tslint.json && eslint nodes credentials package.json --fix",
33
- "prepublishOnly": "npm run build"
34
- },
35
- "files": [
36
- "dist"
37
- ],
38
- "n8n": {
39
- "n8nNodesApiVersion": 1,
40
- "credentials": [
41
- "dist/credentials/FlowluApi.credentials.js"
42
- ],
43
- "nodes": [
44
- "dist/nodes/Flowlu/Flowlu.node.js"
45
- ]
46
- },
47
- "devDependencies": {
48
- "@types/express": "^4.17.6",
49
- "@types/node": "^18.0.0",
50
- "gulp": "^4.0.2",
51
- "n8n-workflow": "~1.10.0",
52
- "prettier": "^2.0.5",
53
- "tslint": "^6.1.2",
54
- "typescript": "~5.2.2"
55
- }
56
- }
1
+ {
2
+ "name": "@belmontdigitalmarketing/n8n-nodes-flowlu",
3
+ "version": "0.2.2",
4
+ "description": "n8n community node for the Flowlu CRM, project management, and task API",
5
+ "keywords": [
6
+ "n8n-community-node-package",
7
+ "n8n",
8
+ "flowlu",
9
+ "crm",
10
+ "project-management",
11
+ "tasks"
12
+ ],
13
+ "license": "MIT",
14
+ "homepage": "https://github.com/belmontdigitalmarketing/n8n-nodes-flowlu",
15
+ "author": {
16
+ "name": "Belmont Digital Marketing",
17
+ "email": "matthias@belmontdigitalmarketing.com"
18
+ },
19
+ "repository": {
20
+ "type": "git",
21
+ "url": "git+https://github.com/belmontdigitalmarketing/n8n-nodes-flowlu.git"
22
+ },
23
+ "bugs": {
24
+ "url": "https://github.com/belmontdigitalmarketing/n8n-nodes-flowlu/issues"
25
+ },
26
+ "main": "index.js",
27
+ "scripts": {
28
+ "build": "tsc && gulp build:icons",
29
+ "dev": "tsc --watch",
30
+ "format": "prettier nodes credentials --write",
31
+ "lint": "eslint nodes credentials package.json",
32
+ "lintfix": "eslint nodes credentials package.json --fix",
33
+ "prepublishOnly": "npm run build && eslint -c .eslintrc.prepublish.js nodes credentials package.json"
34
+ },
35
+ "files": [
36
+ "dist"
37
+ ],
38
+ "n8n": {
39
+ "n8nNodesApiVersion": 1,
40
+ "credentials": [
41
+ "dist/credentials/FlowluApi.credentials.js"
42
+ ],
43
+ "nodes": [
44
+ "dist/nodes/Flowlu/Flowlu.node.js"
45
+ ]
46
+ },
47
+ "devDependencies": {
48
+ "@types/express": "^4.17.6",
49
+ "@types/node": "^18.0.0",
50
+ "@typescript-eslint/parser": "^7.18.0",
51
+ "eslint": "^8.57.1",
52
+ "eslint-plugin-n8n-nodes-base": "^1.16.6",
53
+ "gulp": "^4.0.2",
54
+ "jsonc-eslint-parser": "^2.4.2",
55
+ "n8n-workflow": "~1.10.0",
56
+ "prettier": "^3.8.3",
57
+ "typescript": "~5.2.2"
58
+ }
59
+ }