-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.1 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
46
47
{
"name": "whats-up",
"version": "1.0.0",
"description": "query on whatsapp",
"main": "./functions/server.js",
"scripts": {
"dev": "netlify dev",
"dev-live": "netlify dev --live",
"deploy": "netlify deploy",
"deploy-prod": "netlify deploy --prod"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mum-never-proud/whats-up.git"
},
"keywords": [
"whatsapp",
"twilio",
"node",
"query"
],
"author": "mum-never-proud",
"license": "ISC",
"bugs": {
"url": "https://github.com/mum-never-proud/whats-up/issues"
},
"homepage": "https://github.com/mum-never-proud/whats-up#readme",
"dependencies": {
"axios": "0.19.2",
"body-parser": "1.19.0",
"chalk": "4.1.0",
"dotenv": "8.2.0",
"express": "4.17.1",
"express-boom": "3.0.0",
"morgan": "1.10.0",
"serverless-http": "2.5.0",
"strip-indent": "3.0.0",
"twilio": "3.43.0"
},
"devDependencies": {
"eslint": "6.8.0",
"eslint-config-airbnb-base": "14.1.0",
"eslint-plugin-import": "2.20.2",
"jest": "26.0.1",
"netlify-cli": "2.59.1"
}
}