Skip to content

Commit 97b7658

Browse files
committed
updated package json withadditional details
1 parent b8321fb commit 97b7658

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

package.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"main": "index.js",
66
"author": "Intuio",
77
"license": "MIT",
8+
"publishConfig": {
9+
"access": "public"
10+
},
811
"scripts": {
912
"build": "tsc",
1013
"prepare": "cross-env NODE_ENV=production npm run build",
@@ -26,5 +29,20 @@
2629
"@types/node": "^16.11.45",
2730
"cross-env": "^7.0.3",
2831
"typescript": "^4.5.5"
32+
},
33+
"repository": {
34+
"type": "git",
35+
"url": "https://github.com/intuio-io/medusa-push-notification"
36+
},
37+
"keywords": [
38+
"medusa",
39+
"medusa-plugin",
40+
"push-notification",
41+
"medusa-push-notifications",
42+
"ecommerce",
43+
"intuio"
44+
],
45+
"engines": {
46+
"node": ">=18"
2947
}
3048
}

0 commit comments

Comments
 (0)