forked from Saad-ISAA/n8n-nodes-appwrite
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.64 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
{
"name": "n8n-nodes-nappwrite",
"version": "0.71.4",
"description": "N8N Nodes for Appwrite starting at 1.4.X and up, will be updated.",
"keywords": [
"n8n-community-node-package"
],
"license": "MIT",
"homepage": "https://github.com/zachhandley/n8n-nodes-appwrite",
"author": {
"name": "Zachary Handley",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zachhandley/n8n-nodes-appwrite.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/NAppwriteApi.credentials.js"
],
"nodes": [
"dist/nodes/NAppwrite/NAppwrite.node.js"
]
},
"devDependencies": {
"@typescript-eslint/parser": "^7.15.0",
"eslint": "^8.56.0",
"eslint-plugin-n8n-nodes-base": "^1.16.1",
"gulp": "^4.0.2",
"n8n-core": "*",
"n8n-workflow": "*",
"prettier": "^3.3.2",
"typescript": "^5.5.3"
},
"peerDependencies": {
"n8n-workflow": "*"
},
"dependencies": {
"node-appwrite": "^14.1.0"
},
"packageManager": "[email protected]+sha512.b8fef5494bd3fe4cbd4edabd0745df2ee5be3e4b0b8b08fa643aa3e4c6702ccc0f00d68fa8a8c9858a735a0032485a44990ed2810526c875e416f001b17df12b"
}