← back to Designer Wallcoverings
package.json
32 lines
{
"name": "designer-wallcoverings",
"version": "1.2.16",
"description": "Designer Wallcoverings Shopify Management",
"scripts": {
"build": "tsc --noEmit",
"identify-kravet": "ts-node scripts/identify-kravet-design-products.ts"
},
"devDependencies": {
"@playwright/test": "^1.57.0",
"@types/node": "^20.0.0",
"@types/pg": "^8.16.0",
"@types/react": "^18.0.0",
"playwright": "^1.57.0",
"puppeteer": "^24.37.2",
"ts-node": "^10.9.0",
"typescript": "^5.0.0"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.71.2",
"@google-cloud/vision": "^5.3.4",
"@slack/web-api": "^7.13.0",
"@types/express": "^5.0.6",
"cheerio": "^1.2.0",
"dotenv": "^16.0.0",
"express": "^5.2.1",
"pg": "^8.20.0",
"react": "^18.0.0",
"sharp": "^0.34.5"
}
}