Files
shopApiNg/package.json
2025-11-23 09:14:43 +01:00

19 lines
393 B
JSON

{
"name": "category-syncer",
"version": "1.0.0",
"description": "Library to sync JTL categories to local cache",
"main": "category-syncer.js",
"type": "module",
"scripts": {
"test": "node index.js"
},
"dependencies": {
"dotenv": "^17.2.3",
"express": "^5.1.0",
"mssql": "^12.1.0",
"openai": "^6.9.1",
"sharp": "^0.34.5",
"socket.io": "^4.8.1"
}
}