25 lines
596 B
JSON
25 lines
596 B
JSON
{
|
|
"name": "ebaydeepscan",
|
|
"version": "1.0.0",
|
|
"description": "Multi-step pipeline: eBay search → exact MPN match → AI match → price comparison.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^1.13.6",
|
|
"better-sqlite3": "^12.8.0",
|
|
"cors": "^2.8.6",
|
|
"discord.js": "^14.25.1",
|
|
"dotenv": "^17.3.1",
|
|
"express": "^5.2.1",
|
|
"fs": "^0.0.1-security",
|
|
"openai": "^6.32.0",
|
|
"path": "^0.12.7",
|
|
"xlsx": "^0.18.5"
|
|
}
|
|
}
|