Обновить package.json
Some checks failed
Telegram Shop Bot CI [PROD] / lint (push) Has been cancelled
Some checks failed
Telegram Shop Bot CI [PROD] / lint (push) Has been cancelled
This commit is contained in:
parent
fc9ddac1c3
commit
798df46c80
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user