@offerkit/sdk
Advanced tools
+5
-5
| { | ||
| "name": "@offerkit/sdk", | ||
| "version": "0.2.0", | ||
| "version": "0.2.2", | ||
| "license": "MIT", | ||
@@ -12,5 +12,2 @@ "type": "module", | ||
| }, | ||
| "main": "./dist/index.mjs", | ||
| "module": "./dist/index.mjs", | ||
| "types": "./dist/index.d.mts", | ||
| "exports": { | ||
@@ -46,3 +43,6 @@ ".": { | ||
| "test": "vitest run --passWithNoTests" | ||
| } | ||
| }, | ||
| "main": "./dist/index.mjs", | ||
| "module": "./dist/index.mjs", | ||
| "types": "./dist/index.d.mts" | ||
| } |