@offerkit/cli
Advanced tools
+9
-9
| { | ||
| "name": "@offerkit/cli", | ||
| "version": "0.1.1", | ||
| "version": "0.1.3", | ||
| "license": "MIT", | ||
@@ -12,8 +12,2 @@ "type": "module", | ||
| }, | ||
| "bin": { | ||
| "offerkit": "./dist/index.mjs" | ||
| }, | ||
| "main": "./dist/index.mjs", | ||
| "module": "./dist/index.mjs", | ||
| "types": "./dist/index.d.mts", | ||
| "exports": { | ||
@@ -33,3 +27,3 @@ ".": { | ||
| "commander": "^14.0.3", | ||
| "@offerkit/sdk": "^0.2.0" | ||
| "@offerkit/sdk": "^0.2.2" | ||
| }, | ||
@@ -45,3 +39,9 @@ "devDependencies": { | ||
| "typecheck": "tsc --noEmit" | ||
| } | ||
| }, | ||
| "bin": { | ||
| "offerkit": "./dist/index.mjs" | ||
| }, | ||
| "main": "./dist/index.mjs", | ||
| "module": "./dist/index.mjs", | ||
| "types": "./dist/index.d.mts" | ||
| } |
Updated