update package.json
This commit is contained in:
parent
03cb3bbce3
commit
c55b039d48
17
package.json
17
package.json
|
@ -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": {
|
||||||
|
|
Loading…
Reference in New Issue