update package.json

This commit is contained in:
Joel Sanguenza 2022-09-13 01:24:10 +08:00
parent 03cb3bbce3
commit c55b039d48
1 changed files with 14 additions and 5 deletions

View File

@ -7,13 +7,22 @@
], ],
"license": "MIT", "license": "MIT",
"homepage": "https://chykalophia.com", "homepage": "https://chykalophia.com",
"author": { "contributors":
"name": "Joel Sanguenza", [
"email": "joel@chykalophia.com" {
"name": "Peter Krzyzek",
"email": "peter@chykalophia.com",
"url": "https://chykalophia.com"
}, },
{
"name": "Joel Sanguenza",
"email": "joel@chykalophia.com",
"url": "https://chykalophia.com"
}
],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://git.cklph.dev/Chykalophia-Internal/n8n-custom-nodes.git" "url": "https://git.cklph.dev/Chykalophia/n8n-nodes-plutio.git"
}, },
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {