Skip to content

Commit

Permalink
docs: package.json (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luisotee authored Oct 17, 2023
1 parent 12729e9 commit 7b0e484
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"name": "sydney-whatsapp-chatbot",
"name": "whatsapp-ai-assistant",
"version": "2.0.0",
"description": "WhatsApp chatbot",
"module": "src/index.ts",
"type": "module",
"scripts": {
Expand All @@ -14,6 +16,8 @@
"docker:stop": "docker stop sydney-whatsapp-chatbot",
"build": "npm run generate && npm run migrate"
},
"repository": "https://github.com/veigamann/sydney-whatsapp-chatbot.git",
"author": "Matheus Veiga <[email protected]>",
"devDependencies": {
"@types/fluent-ffmpeg": "^2.1.22",
"@types/node": "^20.8.0",
Expand Down

0 comments on commit 7b0e484

Please sign in to comment.