-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
92 lines (92 loc) · 2.41 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "@skriptfabrik/n8n-nodes",
"version": "0.1.0",
"description": "Community nodes for n8n",
"keywords": [
"n8n",
"n8n-community-nodes"
],
"license": "MIT",
"homepage": "https://github.com/skriptfabrik/n8n-nodes",
"author": "skriptfabrik <info@skriptfabrik.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/skriptfabrik/n8n-nodes.git"
},
"scripts": {
"n8n": "n8n",
"nx": "nx",
"openapi-typescript": "openapi-typescript",
"preinstall": "npx only-allow pnpm",
"setup": "node tools/scripts/setup.mjs"
},
"private": true,
"bugs": {
"url": "https://github.com/skriptfabrik/n8n-nodes/issues"
},
"dependencies": {
"tslib": "^2.8.1"
},
"devDependencies": {
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@commitlint/config-nx-scopes": "^19.7.1",
"@eslint/compat": "^1.2.6",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.20.0",
"@nx/devkit": "20.4.5",
"@nx/eslint": "20.4.5",
"@nx/eslint-plugin": "20.4.5",
"@nx/jest": "20.4.5",
"@nx/js": "20.4.5",
"@nx/node": "20.4.5",
"@nx/workspace": "20.4.5",
"@swc-node/register": "1.9.2",
"@swc/core": "1.10.18",
"@swc/helpers": "0.5.15",
"@types/eslint__js": "^8.42.3",
"@types/express": "4.17.21",
"@types/jest": "29.5.12",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "~20.17.19",
"canvas": "^2.11.2",
"eslint": "^9.20.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-n8n-nodes-base": "^1.16.3",
"form-data": "^4.0.2",
"jest": "29.7.0",
"jest-environment-node": "^29.7.0",
"jest-mock-extended": "^3.0.7",
"jsbarcode": "^3.11.6",
"jsonwebtoken": "^9.0.2",
"moment-timezone": "^0.5.47",
"n8n": "1.79.2",
"n8n-nodes-base": "1.79.1",
"n8n-workflow": "1.78.1",
"nx": "20.4.5",
"openapi-typescript": "^7.6.1",
"prettier": "^3.5.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "5.7.3",
"typescript-eslint": "^8.24.1",
"verdaccio": "^5.33.0"
},
"engines": {
"node": "20.18.2"
},
"nx": {
"includedScripts": [],
"targets": {
"local-registry": {
"executor": "@nx/js:verdaccio",
"options": {
"port": 4873,
"config": ".verdaccio/config.yml",
"storage": "tmp/local-registry/storage"
}
}
}
},
"packageManager": "pnpm@9.4.0"
}