We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b061fe commit 1517224Copy full SHA for 1517224
1 file changed
package.json
@@ -1,14 +1,19 @@
1
{
2
"name": "n8n-nodes-msgraphsecurity",
3
"version": "0.1.0",
4
- "description": "",
+ "description": "Integration with Microsoft Graph Security API",
5
"license": "MIT",
6
"homepage": "",
7
- "keywords": ["n8n-community-node-package"],
+ "keywords": [
8
+ "n8n-community-node-package",
9
+ "microsoft",
10
+ "graph",
11
+ "security"
12
+ ],
13
"author": { "name": "frodehus", "email": "frode.hus@outlook.com" },
14
"repository": {
15
"type": "git",
- "url": "https://github.com/<...>/n8n-nodes-<...>.git"
16
+ "url": "https://github.com/FrodeHus/n8n-nodes-msgraphsecurity.git"
17
},
18
"scripts": {
19
"build": "n8n-node build",
0 commit comments