mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-20 12:39:24 +00:00
feat: ⚡ new portal web for qr scan
This commit is contained in:
@@ -28,5 +28,9 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotenv": "^16.0.3"
|
"dotenv": "^16.0.3"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/codigoencasa/bot-whatsapp/tree/main/packages/bot"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,5 +15,9 @@
|
|||||||
],
|
],
|
||||||
"bin": {
|
"bin": {
|
||||||
"bot": "./bin/cli.js"
|
"bot": "./bin/cli.js"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/codigoencasa/bot-whatsapp/tree/main/packages/cli"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,5 +19,9 @@
|
|||||||
"./mongo": "./lib/mongo/index.cjs",
|
"./mongo": "./lib/mongo/index.cjs",
|
||||||
"./json": "./lib/json/index.cjs",
|
"./json": "./lib/json/index.cjs",
|
||||||
"./mysql": "./lib/mysql/index.cjs"
|
"./mysql": "./lib/mysql/index.cjs"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/codigoencasa/bot-whatsapp/tree/main/packages/database"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@bot-whatsapp/portal",
|
"name": "@bot-whatsapp/portal",
|
||||||
"version": "0.0.1-alpha.0",
|
"version": "0.0.2-alpha.0",
|
||||||
"description": "Portal WEB para escanear QR",
|
"description": "Portal WEB para escanear QR",
|
||||||
"main": "./lib/portal.http.cjs",
|
"main": "./lib/portal.http.cjs",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -44,5 +44,9 @@
|
|||||||
"kleur": "^4.1.5",
|
"kleur": "^4.1.5",
|
||||||
"polka": "^0.5.2",
|
"polka": "^0.5.2",
|
||||||
"serve-static": "^1.13.1"
|
"serve-static": "^1.13.1"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/codigoencasa/bot-whatsapp/tree/main/packages/portal"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,5 +22,9 @@
|
|||||||
"./venom": "./lib/venom/index.cjs",
|
"./venom": "./lib/venom/index.cjs",
|
||||||
"./baileys": "./lib/baileys/index.cjs",
|
"./baileys": "./lib/baileys/index.cjs",
|
||||||
"./meta": "./lib/meta/index.cjs"
|
"./meta": "./lib/meta/index.cjs"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/codigoencasa/bot-whatsapp/tree/main/packages/provider"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user