fix: Ensure that all packages are ESM packages

This commit is contained in:
MohamedBassem
2025-07-27 14:36:16 +01:00
parent 57d1e50d27
commit 8f1cb065d7
5 changed files with 5 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
"version": "0.25.0",
"description": "Command Line Interface (CLI) for Karakeep",
"license": "GNU Affero General Public License version 3",
"type": "module",
"keywords": [
"hoarder",
"karakeep",

View File

@@ -2,6 +2,7 @@
"name": "@karakeep/mobile",
"version": "1.0.0",
"main": "index.ts",
"type": "module",
"scripts": {
"clean": "git clean -xdf .expo .turbo node_modules",
"start": "expo start",

View File

@@ -3,6 +3,7 @@
"name": "@karakeep/workers",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@ghostery/adblocker-playwright": "^2.5.1",
"@karakeep/db": "workspace:^0.1.0",

View File

@@ -3,6 +3,7 @@
"name": "@karakeep/db",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "index.ts",
"scripts": {
"typecheck": "tsc --noEmit",

View File

@@ -3,6 +3,7 @@
"name": "@karakeep/shared-react",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@karakeep/shared": "workspace:^0.1.0",
"@karakeep/trpc": "workspace:^0.1.0",