mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-18 03:29:15 +00:00
docs(contributing): 📝 added more example
This commit is contained in:
18
starters/apps/basic/package.json
Normal file
18
starters/apps/basic/package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "bot-whatsapp-base",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "app.js",
|
||||
"scripts": {
|
||||
"start": "node app.js"
|
||||
},
|
||||
"keywords": [],
|
||||
"dependencies": {
|
||||
"@bot-whatsapp/bot": "file:../packages/bot",
|
||||
"@bot-whatsapp/database": "file:../packages/database",
|
||||
"@bot-whatsapp/provider": "file:../packages/provider",
|
||||
"whatsapp-web.js": "^1.18.3"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
}
|
||||
Reference in New Issue
Block a user