chore: use exports field and catalog refs in all packages
This commit is contained in:
@@ -2,22 +2,23 @@
|
||||
"name": "@marketplace-scrapers/core",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"main": "./src/index.ts",
|
||||
"module": "./src/index.ts",
|
||||
"scripts": {
|
||||
"type:check": "bun tsgo"
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
},
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"typecheck": "bun tsgo"
|
||||
},
|
||||
"dependencies": {
|
||||
"@typescript/native-preview": "^7.0.0-dev.20260428.1",
|
||||
"@typescript/native-preview": "catalog:",
|
||||
"cli-progress": "^3.12.0",
|
||||
"linkedom": "^0.18.12",
|
||||
"unidecode": "^1.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest",
|
||||
"@types/unidecode": "^1.1.0",
|
||||
"@types/cli-progress": "^3.11.6"
|
||||
"@types/bun": "catalog:",
|
||||
"@types/cli-progress": "catalog:",
|
||||
"@types/unidecode": "catalog:"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5"
|
||||
|
||||
Reference in New Issue
Block a user