Update package.json

This commit is contained in:
shiva yadav 2023-04-14 14:04:08 -07:00 committed by GitHub
parent 070859fa3c
commit 70a3d6a9d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
{
"name": "devil",
"version": "2.0.0",
"name": "dogerat",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
@ -9,16 +9,6 @@
"scripts": {
"start": "node index.js"
},
"keywords": [],
"author": "l",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.1",
"express": "latest",
"multer": "^1.4.4",
"node-telegram-bot-api": "latest",
"uuid": "^8.3.2",
"ws": "latest",
"axios": "^0.26.1"
}
"author": "shiva yadav",
"license": "ISC"
}