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", "name": "dogerat",
"version": "2.0.0", "version": "1.0.0",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"engines": { "engines": {
@ -9,16 +9,6 @@
"scripts": { "scripts": {
"start": "node index.js" "start": "node index.js"
}, },
"keywords": [], "author": "shiva yadav",
"author": "l", "license": "ISC"
"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"
}
} }