chore: update package.json
Signed-off-by: Dmytro Stanchiev <git@dmytros.dev>
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "marketplace-scraper",
|
"name": "ca-marketplace-scraper",
|
||||||
"module": "./src/index.ts",
|
"module": "./src/index.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "bun ./src/index.ts",
|
"start": "bun ./src/index.ts",
|
||||||
@@ -12,13 +12,13 @@
|
|||||||
"@anthropic-ai/claude-code": "^2.0.1",
|
"@anthropic-ai/claude-code": "^2.0.1",
|
||||||
"@musistudio/claude-code-router": "^1.0.53",
|
"@musistudio/claude-code-router": "^1.0.53",
|
||||||
"@types/bun": "latest",
|
"@types/bun": "latest",
|
||||||
"@types/unidecode": "^1.1.0"
|
"@types/unidecode": "^1.1.0",
|
||||||
|
"@types/cli-progress": "^3.11.6"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"typescript": "^5"
|
"typescript": "^5"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/cli-progress": "^3.11.6",
|
|
||||||
"cli-progress": "^3.12.0",
|
"cli-progress": "^3.12.0",
|
||||||
"linkedom": "^0.18.12",
|
"linkedom": "^0.18.12",
|
||||||
"unidecode": "^1.1.0"
|
"unidecode": "^1.1.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user