We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8321fb commit 97b7658Copy full SHA for 97b7658
package.json
@@ -5,6 +5,9 @@
5
"main": "index.js",
6
"author": "Intuio",
7
"license": "MIT",
8
+ "publishConfig": {
9
+ "access": "public"
10
+ },
11
"scripts": {
12
"build": "tsc",
13
"prepare": "cross-env NODE_ENV=production npm run build",
@@ -26,5 +29,20 @@
26
29
"@types/node": "^16.11.45",
27
30
"cross-env": "^7.0.3",
28
31
"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"
47
}
48
0 commit comments