chore: update package.json

Signed-off-by: Dmytro Stanchiev <git@dmytros.dev>
This commit is contained in:
2025-10-03 08:48:17 -04:00
parent ea0a69ccd6
commit 25beba747a

View File

@@ -1,5 +1,5 @@
{
"name": "marketplace-scraper",
"name": "ca-marketplace-scraper",
"module": "./src/index.ts",
"scripts": {
"start": "bun ./src/index.ts",
@@ -12,13 +12,13 @@
"@anthropic-ai/claude-code": "^2.0.1",
"@musistudio/claude-code-router": "^1.0.53",
"@types/bun": "latest",
"@types/unidecode": "^1.1.0"
"@types/unidecode": "^1.1.0",
"@types/cli-progress": "^3.11.6"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"@types/cli-progress": "^3.11.6",
"cli-progress": "^3.12.0",
"linkedom": "^0.18.12",
"unidecode": "^1.1.0"