-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 864 Bytes
/
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
{
"name": "swift",
"version": "1.0.0",
"description": "a whatsapp bot to find meaning of words , question biography of things , objects or person",
"main": "main.js",
"scripts": {
"start": "nodemon main.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"bot",
"whatsapp",
"search",
"find",
"hycient",
"devloper",
"programming"
],
"author": "igweze hycient",
"license": "ISC",
"dependencies": {
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-session": "^1.17.3",
"google-dictionary-api": "^1.0.8",
"nodemon": "^2.0.19",
"urban-dictionary": "^3.0.2",
"whatsappcloudapi_wrapper": "^1.0.13",
"wikipedia": "^1.1.9"
}
}