Обновить package.json
Some checks failed
Telegram Shop Bot CI [DEV] / lint (push) Failing after 6m14s
Telegram Shop Bot CI [DEMO] / lint (pull_request) Failing after 1m5s

This commit is contained in:
NW 2024-11-14 23:52:28 +00:00
parent 7fedf0c6e8
commit 2d36bc514f

View File

@ -4,7 +4,8 @@
"type": "module",
"scripts": {
"start": "node src/index.js",
"dev": "nodemon src/index.js"
"dev": "nodemon src/index.js",
"lint": "eslint ."
},
"dependencies": {
"axios": "^1.7.7",
@ -18,7 +19,8 @@
"node-telegram-bot-api": "^0.64.0",
"sqlite3": "^5.1.6",
"tiny-secp256k1": "^2.2.3",
"tronweb": "^5.3.2"
"tronweb": "^5.3.2",
"eslint": "^8.0.0"
},
"devDependencies": {
"nodemon": "^3.0.2"