Обновить package.json
Some checks failed
Telegram Shop Bot CI [DEMO] / lint (push) Failing after 56s
Some checks failed
Telegram Shop Bot CI [DEMO] / lint (push) Failing after 56s
This commit is contained in:
parent
3b112d891e
commit
e90a361d4b
@ -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