forked from Saad-ISAA/n8n-nodes-appwrite
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.7 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.7 KB
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
{
"name": "n8n-nodes-zappwrite",
"version": "1.0.1",
"description": "N8N Nodes for ZAppwrite starting at 1.7.X and up, will be updated.",
"keywords": [
"n8n-community-node-package",
"appwrite",
"n8n-nodes",
"n8n"
],
"license": "MIT",
"homepage": "https://github.com/zachhandley/n8n-nodes-zappwrite",
"author": {
"name": "Zachary Handley",
"email": "zach@blackleafdigital.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zachhandley/n8n-nodes-zappwrite.git"
},
"main": "index.js",
"scripts": {
"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",
"deploy": "npm publish --access public"
},
"files": [
"dist"
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/ZAppwriteApi.credentials.js"
],
"nodes": [
"dist/nodes/ZAppwrite/ZAppwrite.node.js"
]
},
"devDependencies": {
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.1",
"eslint-plugin-n8n-nodes-base": "^1.16.3",
"gulp": "^4.0.2",
"n8n-core": "^1.14.1",
"n8n-workflow": "^1.82.0",
"prettier": "^3.6.2",
"typescript": "^5.8.3"
},
"peerDependencies": {
"n8n-workflow": "*"
},
"dependencies": {
"node-appwrite": "^17.0.0"
},
"packageManager": "pnpm@10.0.0+sha512.b8fef5494bd3fe4cbd4edabd0745df2ee5be3e4b0b8b08fa643aa3e4c6702ccc0f00d68fa8a8c9858a735a0032485a44990ed2810526c875e416f001b17df12b"
}