27 lines
538 B
JSON
27 lines
538 B
JSON
{
|
|
"name": "@marketplace-scrapers/core",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"typecheck": "bun tsgo"
|
|
},
|
|
"dependencies": {
|
|
"@typescript/native-preview": "catalog:",
|
|
"cli-progress": "^3.12.0",
|
|
"linkedom": "^0.18.12",
|
|
"unidecode": "^1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "catalog:",
|
|
"@types/cli-progress": "catalog:",
|
|
"@types/unidecode": "catalog:"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5"
|
|
}
|
|
}
|