feat: new portal web for qr scan

This commit is contained in:
Leifer Mendez
2023-01-09 18:44:38 +01:00
parent 3de5f4b77a
commit 1f1f564f4e
5 changed files with 21 additions and 1 deletions

View File

@@ -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"
} }
} }

View File

@@ -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"
} }
} }

View File

@@ -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"
} }
} }

View File

@@ -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"
} }
} }

View File

@@ -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"
} }
} }