chore(dx/client): set paths for client dependencies

This commit is contained in:
Elian Doran
2025-08-31 18:18:35 +03:00
parent 63c0841c32
commit 113d36f5dd
7 changed files with 7 additions and 87 deletions

View File

@@ -11,18 +11,7 @@
"ckeditor5-package-generator"
],
"type": "module",
"main": "dist/index.ts",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./*": "./dist/*",
"./browser/*": null,
"./package.json": "./package.json"
},
"main": "src/index.ts",
"license": "ISC",
"engines": {
"node": ">=18.0.0",