FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
evolution-api/package.json at develop · rafwell/evolution-api · GitHub
rafwell
/
evolution-api
Public
forked from
evolution-foundation/evolution-api
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
evolution-api
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
130 lines (130 loc) · 4.5 KB
Breadcrumbs
evolution-api
/
package.json
Copy path
File metadata and controls
130 lines (130 loc) · 4.5 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name"
:
"
evolution-api
"
,
"version"
:
"
2.3.1
"
,
"description"
:
"
Rest api for communication with WhatsApp
"
,
"main"
:
"
./dist/main.js
"
,
"type"
:
"
commonjs
"
,
"scripts"
: {
"build"
:
"
tsc --noEmit && tsup
"
,
"start"
:
"
tsx ./src/main.ts
"
,
"start:prod"
:
"
node dist/main
"
,
"dev:server"
:
"
tsx watch ./src/main.ts
"
,
"test"
:
"
tsx watch ./test/all.test.ts
"
,
"lint"
:
"
eslint --fix --ext .ts src
"
,
"lint:check"
:
"
eslint --ext .ts src
"
,
"db:generate"
:
"
node runWithProvider.js
\"
npx prisma generate --schema ./prisma/DATABASE_PROVIDER-schema.prisma
\"
"
,
"db:deploy"
:
"
node runWithProvider.js
\"
rm -rf ./prisma/migrations && cp -r ./prisma/DATABASE_PROVIDER-migrations ./prisma/migrations && npx prisma migrate deploy --schema ./prisma/DATABASE_PROVIDER-schema.prisma
\"
"
,
"db:deploy:win"
:
"
node runWithProvider.js
\"
xcopy /E /I prisma
\\
DATABASE_PROVIDER-migrations prisma
\\
migrations && npx prisma migrate deploy --schema prisma
\\
DATABASE_PROVIDER-schema.prisma
\"
"
,
"db:studio"
:
"
node runWithProvider.js
\"
npx prisma studio --schema ./prisma/DATABASE_PROVIDER-schema.prisma
\"
"
,
"db:migrate:dev"
:
"
node runWithProvider.js
\"
rm -rf ./prisma/migrations && cp -r ./prisma/DATABASE_PROVIDER-migrations ./prisma/migrations && npx prisma migrate dev --schema ./prisma/DATABASE_PROVIDER-schema.prisma && cp -r ./prisma/migrations/* ./prisma/DATABASE_PROVIDER-migrations
\"
"
,
"db:migrate:dev:win"
:
"
node runWithProvider.js
\"
xcopy /E /I prisma
\\
DATABASE_PROVIDER-migrations prisma
\\
migrations && npx prisma migrate dev --schema prisma
\\
DATABASE_PROVIDER-schema.prisma
\"
"
},
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
git+https://github.com/EvolutionAPI/evolution-api.git
"
},
"keywords"
: [
"
chat
"
,
"
communication
"
,
"
message
"
,
"
send message
"
,
"
whatsapp
"
,
"
js-whatsapp
"
,
"
whatsapp-api
"
,
"
whatsapp-web
"
,
"
whatsapp
"
,
"
whatsapp-chat
"
,
"
whatsapp-group
"
,
"
automation
"
,
"
multi-device
"
,
"
bot
"
],
"author"
: {
"name"
:
"
Davidson Gomes
"
,
"email"
:
"
contato@evolution-api.com
"
},
"license"
:
"
Apache-2.0
"
,
"bugs"
: {
"url"
:
"
https://github.com/EvolutionAPI/evolution-api/issues
"
},
"homepage"
:
"
https://github.com/EvolutionAPI/evolution-api#readme
"
,
"dependencies"
: {
"@adiwajshing/keyed-db"
:
"
^0.2.4
"
,
"@aws-sdk/client-sqs"
:
"
^3.723.0
"
,
"@ffmpeg-installer/ffmpeg"
:
"
^1.1.0
"
,
"@figuro/chatwoot-sdk"
:
"
^1.1.16
"
,
"@hapi/boom"
:
"
^10.0.1
"
,
"@paralleldrive/cuid2"
:
"
^2.2.2
"
,
"@prisma/client"
:
"
^6.1.0
"
,
"@sentry/node"
:
"
^8.47.0
"
,
"amqplib"
:
"
^0.10.5
"
,
"audio-decode"
:
"
^2.2.3
"
,
"axios"
:
"
^1.7.9
"
,
"baileys"
:
"
github:WhiskeySockets/Baileys
"
,
"class-validator"
:
"
^0.14.1
"
,
"compression"
:
"
^1.7.5
"
,
"cors"
:
"
^2.8.5
"
,
"dayjs"
:
"
^1.11.13
"
,
"dotenv"
:
"
^16.4.7
"
,
"emoji-regex"
:
"
^10.4.0
"
,
"eventemitter2"
:
"
^6.4.9
"
,
"express"
:
"
^4.21.2
"
,
"express-async-errors"
:
"
^3.1.1
"
,
"fluent-ffmpeg"
:
"
^2.1.3
"
,
"form-data"
:
"
^4.0.1
"
,
"https-proxy-agent"
:
"
^7.0.6
"
,
"i18next"
:
"
^23.7.19
"
,
"jimp"
:
"
^1.6.0
"
,
"json-schema"
:
"
^0.4.0
"
,
"jsonschema"
:
"
^1.4.1
"
,
"jsonwebtoken"
:
"
^9.0.2
"
,
"link-preview-js"
:
"
^3.0.13
"
,
"long"
:
"
^5.2.3
"
,
"mediainfo.js"
:
"
^0.3.4
"
,
"mime"
:
"
^4.0.0
"
,
"mime-types"
:
"
^2.1.35
"
,
"minio"
:
"
^8.0.3
"
,
"multer"
:
"
^1.4.5-lts.1
"
,
"nats"
:
"
^2.29.1
"
,
"node-cache"
:
"
^5.1.2
"
,
"node-cron"
:
"
^3.0.3
"
,
"openai"
:
"
^4.77.3
"
,
"pg"
:
"
^8.13.1
"
,
"pino"
:
"
^8.11.0
"
,
"prisma"
:
"
^6.1.0
"
,
"pusher"
:
"
^5.2.0
"
,
"qrcode"
:
"
^1.5.4
"
,
"qrcode-terminal"
:
"
^0.12.0
"
,
"redis"
:
"
^4.7.0
"
,
"rxjs"
:
"
^7.8.2
"
,
"sharp"
:
"
^0.34.2
"
,
"socket.io"
:
"
^4.8.1
"
,
"socket.io-client"
:
"
^4.8.1
"
,
"swagger-ui-express"
:
"
^5.0.1
"
,
"tsup"
:
"
^8.3.5
"
},
"devDependencies"
: {
"@types/compression"
:
"
^1.7.5
"
,
"@types/cors"
:
"
^2.8.17
"
,
"@types/express"
:
"
^4.17.18
"
,
"@types/json-schema"
:
"
^7.0.15
"
,
"@types/mime"
:
"
^4.0.0
"
,
"@types/mime-types"
:
"
^2.1.4
"
,
"@types/node"
:
"
^22.10.5
"
,
"@types/node-cron"
:
"
^3.0.11
"
,
"@types/qrcode"
:
"
^1.5.5
"
,
"@types/qrcode-terminal"
:
"
^0.12.2
"
,
"@types/uuid"
:
"
^10.0.0
"
,
"@typescript-eslint/eslint-plugin"
:
"
^6.21.0
"
,
"@typescript-eslint/parser"
:
"
^6.21.0
"
,
"eslint"
:
"
^8.45.0
"
,
"eslint-config-prettier"
:
"
^9.1.0
"
,
"eslint-plugin-import"
:
"
^2.31.0
"
,
"eslint-plugin-prettier"
:
"
^5.2.1
"
,
"eslint-plugin-simple-import-sort"
:
"
^10.0.0
"
,
"prettier"
:
"
^3.4.2
"
,
"tsconfig-paths"
:
"
^4.2.0
"
,
"tsx"
:
"
^4.20.3
"
,
"typescript"
:
"
^5.7.2
"
}
}
Back
|
FazBrowse Home
|
New Git URL