modified: custom_models/qwen/Modelfile modified: newver.js new file: nodemon.json modified: package-lock.json modified: package.json
23 lines
526 B
JSON
23 lines
526 B
JSON
{
|
|
"name": "ollama",
|
|
"version": "1.0.0",
|
|
"main": "newver.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "nodemon newver.js --config",
|
|
"debug": "nodemon inspect newver.js --config"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"axios": "^1.7.9",
|
|
"cheerio": "^1.0.0",
|
|
"cli-color": "^2.0.4",
|
|
"discord-webhook-node": "^1.1.8",
|
|
"discord.js": "^14.17.3",
|
|
"ollama": "^0.5.12",
|
|
"selenium-webdriver": "^4.27.0"
|
|
}
|
|
}
|