@templatical/types
Advanced tools
+15
-15
| { | ||
| "name": "@templatical/types", | ||
| "version": "0.0.5", | ||
| "publishConfig": { | ||
| "access": "public" | ||
| "description": "Shared TypeScript types, block factory functions, and event emitter for Templatical email editor", | ||
| "version": "0.0.6", | ||
| "devDependencies": { | ||
| "@templatical/media-library": "workspace:*", | ||
| "tsup": "^8.5.1", | ||
| "typescript": "^6.0.3", | ||
| "vitest": "^4.1.5" | ||
| }, | ||
| "description": "Shared TypeScript types, block factory functions, and event emitter for Templatical email editor", | ||
| "license": "MIT", | ||
| "type": "module", | ||
| "main": "./dist/index.cjs", | ||
| "module": "./dist/index.js", | ||
| "types": "./dist/index.d.ts", | ||
| "exports": { | ||
@@ -23,2 +21,8 @@ ".": { | ||
| ], | ||
| "license": "MIT", | ||
| "main": "./dist/index.cjs", | ||
| "module": "./dist/index.js", | ||
| "publishConfig": { | ||
| "access": "public" | ||
| }, | ||
| "scripts": { | ||
@@ -29,8 +33,4 @@ "build": "tsup", | ||
| }, | ||
| "devDependencies": { | ||
| "@templatical/media-library": "workspace:*", | ||
| "tsup": "^8.5.0", | ||
| "typescript": "^6.0.0", | ||
| "vitest": "^4.0.0" | ||
| } | ||
| "type": "module", | ||
| "types": "./dist/index.d.ts" | ||
| } |