-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.21 KB
/
package.json
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
{
"name": "@raphaelvserafim/client-api-whatsapp",
"version": "1.0.6",
"description": "With our API, you can send text, audio, video, and image messages quickly and easily. Adapt to your business communication needs comprehensively.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"private": false,
"keywords": [
"api",
"whatsapp",
"typescript",
"js",
"bot",
"whatsapp-api",
"whatsapp-bot",
"whatsapp-chat"
],
"scripts": {
"build": "tsc --project tsconfig.compile.json",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "npm run build && npm publish --access=public"
},
"author": "Raphael Serafim <raphaelvserafim@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/raphaelvserafim/client-api-whatsapp.git"
},
"dependencies": {
"axios": "^1.6.8",
"fs": "^0.0.1-security",
"typescript": "^5.4.3"
},
"devDependencies": {
"@babel/preset-env": "^7.24.3",
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.30",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"tslib": "^2.6.2",
"typescript": "^5.4.3"
}
}