genesis
This commit is contained in:
18
package.json
Normal file
18
package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user