23 lines
445 B
JSON
23 lines
445 B
JSON
{
|
|
"name": "API Sheep Service",
|
|
"version": "2.0.1",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"start": "node app.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^17.2.0",
|
|
"exceljs": "^4.4.0",
|
|
"express": "^4.21.0",
|
|
"node-telegram-bot-api": "^0.66.0",
|
|
"puppeteer": "^24.4.0",
|
|
"sharp": "^0.33.5",
|
|
"sqlite3": "^5.1.7",
|
|
"web-push": "^3.6.7"
|
|
}
|
|
}
|