n8n-nodes-lighter 0.3.0 → 0.3.1
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.
- package/package.json +70 -70
package/package.json
CHANGED
|
@@ -1,70 +1,70 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "n8n-nodes-lighter",
|
|
3
|
-
"version": "0.3.
|
|
4
|
-
"description": "n8n community node for Lighter (zkLighter) - A high-performance perpetuals DEX",
|
|
5
|
-
"keywords": [
|
|
6
|
-
"n8n-community-node-package",
|
|
7
|
-
"n8n",
|
|
8
|
-
"lighter",
|
|
9
|
-
"zklighter",
|
|
10
|
-
"dex",
|
|
11
|
-
"perpetuals",
|
|
12
|
-
"trading",
|
|
13
|
-
"crypto",
|
|
14
|
-
"defi"
|
|
15
|
-
],
|
|
16
|
-
"license": "MIT",
|
|
17
|
-
"homepage": "https://github.com/maxwellmelo/n8n-nodes-lighter",
|
|
18
|
-
"author": {
|
|
19
|
-
"name": "Maxwell Melo",
|
|
20
|
-
"email": "maxwell.melo0@gmail.com"
|
|
21
|
-
},
|
|
22
|
-
"repository": {
|
|
23
|
-
"type": "git",
|
|
24
|
-
"url": "https://github.com/maxwellmelo/n8n-nodes-lighter.git"
|
|
25
|
-
},
|
|
26
|
-
"engines": {
|
|
27
|
-
"node": ">=18.10",
|
|
28
|
-
"pnpm": ">=9.1"
|
|
29
|
-
},
|
|
30
|
-
"packageManager": "pnpm@9.1.4",
|
|
31
|
-
"main": "index.js",
|
|
32
|
-
"scripts": {
|
|
33
|
-
"build": "tsc && gulp build:icons",
|
|
34
|
-
"dev": "tsc --watch",
|
|
35
|
-
"format": "prettier nodes credentials --write",
|
|
36
|
-
"lint": "eslint nodes credentials package.json",
|
|
37
|
-
"lintfix": "eslint nodes credentials package.json --fix",
|
|
38
|
-
"prepublishOnly": "npm run build"
|
|
39
|
-
},
|
|
40
|
-
"files": [
|
|
41
|
-
"dist"
|
|
42
|
-
],
|
|
43
|
-
"n8n": {
|
|
44
|
-
"n8nNodesApiVersion": 1,
|
|
45
|
-
"credentials": [
|
|
46
|
-
"dist/credentials/LighterApi.credentials.js"
|
|
47
|
-
],
|
|
48
|
-
"nodes": [
|
|
49
|
-
"dist/nodes/Lighter/Lighter.node.js",
|
|
50
|
-
"dist/nodes/Lighter/LighterTrigger.node.js"
|
|
51
|
-
]
|
|
52
|
-
},
|
|
53
|
-
"devDependencies": {
|
|
54
|
-
"@types/node": "^20.10.0",
|
|
55
|
-
"@types/ws": "^8.18.1",
|
|
56
|
-
"@typescript-eslint/parser": "^7.2.0",
|
|
57
|
-
"eslint": "^8.56.0",
|
|
58
|
-
"eslint-plugin-n8n-nodes-base": "^1.16.1",
|
|
59
|
-
"gulp": "^4.0.2",
|
|
60
|
-
"n8n-workflow": "*",
|
|
61
|
-
"prettier": "^3.2.5",
|
|
62
|
-
"typescript": "~5.4.0"
|
|
63
|
-
},
|
|
64
|
-
"peerDependencies": {
|
|
65
|
-
"n8n-workflow": "*"
|
|
66
|
-
},
|
|
67
|
-
"dependencies": {
|
|
68
|
-
"ws": "^8.16.0"
|
|
69
|
-
}
|
|
70
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "n8n-nodes-lighter",
|
|
3
|
+
"version": "0.3.1",
|
|
4
|
+
"description": "n8n community node for Lighter (zkLighter) - A high-performance perpetuals DEX",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"n8n-community-node-package",
|
|
7
|
+
"n8n",
|
|
8
|
+
"lighter",
|
|
9
|
+
"zklighter",
|
|
10
|
+
"dex",
|
|
11
|
+
"perpetuals",
|
|
12
|
+
"trading",
|
|
13
|
+
"crypto",
|
|
14
|
+
"defi"
|
|
15
|
+
],
|
|
16
|
+
"license": "MIT",
|
|
17
|
+
"homepage": "https://github.com/maxwellmelo/n8n-nodes-lighter",
|
|
18
|
+
"author": {
|
|
19
|
+
"name": "Maxwell Melo",
|
|
20
|
+
"email": "maxwell.melo0@gmail.com"
|
|
21
|
+
},
|
|
22
|
+
"repository": {
|
|
23
|
+
"type": "git",
|
|
24
|
+
"url": "https://github.com/maxwellmelo/n8n-nodes-lighter.git"
|
|
25
|
+
},
|
|
26
|
+
"engines": {
|
|
27
|
+
"node": ">=18.10",
|
|
28
|
+
"pnpm": ">=9.1"
|
|
29
|
+
},
|
|
30
|
+
"packageManager": "pnpm@9.1.4",
|
|
31
|
+
"main": "index.js",
|
|
32
|
+
"scripts": {
|
|
33
|
+
"build": "tsc && gulp build:icons",
|
|
34
|
+
"dev": "tsc --watch",
|
|
35
|
+
"format": "prettier nodes credentials --write",
|
|
36
|
+
"lint": "eslint nodes credentials package.json",
|
|
37
|
+
"lintfix": "eslint nodes credentials package.json --fix",
|
|
38
|
+
"prepublishOnly": "npm run build"
|
|
39
|
+
},
|
|
40
|
+
"files": [
|
|
41
|
+
"dist"
|
|
42
|
+
],
|
|
43
|
+
"n8n": {
|
|
44
|
+
"n8nNodesApiVersion": 1,
|
|
45
|
+
"credentials": [
|
|
46
|
+
"dist/credentials/LighterApi.credentials.js"
|
|
47
|
+
],
|
|
48
|
+
"nodes": [
|
|
49
|
+
"dist/nodes/Lighter/Lighter.node.js",
|
|
50
|
+
"dist/nodes/Lighter/LighterTrigger.node.js"
|
|
51
|
+
]
|
|
52
|
+
},
|
|
53
|
+
"devDependencies": {
|
|
54
|
+
"@types/node": "^20.10.0",
|
|
55
|
+
"@types/ws": "^8.18.1",
|
|
56
|
+
"@typescript-eslint/parser": "^7.2.0",
|
|
57
|
+
"eslint": "^8.56.0",
|
|
58
|
+
"eslint-plugin-n8n-nodes-base": "^1.16.1",
|
|
59
|
+
"gulp": "^4.0.2",
|
|
60
|
+
"n8n-workflow": "*",
|
|
61
|
+
"prettier": "^3.2.5",
|
|
62
|
+
"typescript": "~5.4.0"
|
|
63
|
+
},
|
|
64
|
+
"peerDependencies": {
|
|
65
|
+
"n8n-workflow": "*"
|
|
66
|
+
},
|
|
67
|
+
"dependencies": {
|
|
68
|
+
"ws": "^8.16.0"
|
|
69
|
+
}
|
|
70
|
+
}
|