Skip to content

Commit 20d0028

Browse files
authored
Merge pull request #55 from EstebanBorai/fix/repository
fix: add repository details for package
2 parents 2fb7af9 + b9e4231 commit 20d0028

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

package.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,27 @@
1717
"author": "ImageKit Developer <[email protected]>",
1818
"homepage": "https://imagekit.io",
1919
"license": "MIT",
20+
"repository": {
21+
"type": "git",
22+
"url": "git+https://github.com/imagekit-developer/imagekit-nodejs.git"
23+
},
24+
"bugs": {
25+
"url": "https://github.com/imagekit-developer/imagekit-nodejs/issues"
26+
},
27+
"keywords": [
28+
"imagekit",
29+
"nodejs",
30+
"javascript",
31+
"sdk",
32+
"js",
33+
"sdk",
34+
"image",
35+
"optimization",
36+
"image",
37+
"transformation",
38+
"image",
39+
"resize"
40+
],
2041
"dependencies": {
2142
"axios": "^0.27.2",
2243
"form-data": "^4.0.0",

0 commit comments

Comments
 (0)