@ooneex/payment 0.0.1 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +13 -6
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ooneex/payment",
3
- "description": "",
4
- "version": "0.0.1",
3
+ "description": "Payment and pricing types with currency support, product categorization, and image handling for e-commerce",
4
+ "version": "0.0.4",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist",
@@ -24,9 +24,7 @@
24
24
  "scripts": {
25
25
  "build": "bunup",
26
26
  "lint": "tsgo --noEmit && bunx biome lint",
27
- "publish:prod": "bun publish --tolerate-republish --access public",
28
- "publish:pack": "bun pm pack --destination ./dist",
29
- "publish:dry": "bun publish --dry-run"
27
+ "publish": "bun publish --access public || true"
30
28
  },
31
29
  "dependencies": {},
32
30
  "devDependencies": {
@@ -36,5 +34,14 @@
36
34
  "@ooneex/tag": "0.0.1",
37
35
  "@ooneex/types": "0.0.1"
38
36
  },
39
- "peerDependencies": {}
37
+ "keywords": [
38
+ "billing",
39
+ "bun",
40
+ "e-commerce",
41
+ "ooneex",
42
+ "payment",
43
+ "payments",
44
+ "pricing",
45
+ "typescript"
46
+ ]
40
47
  }