forked from fbsamples/whatsapp-business-jaspers-market
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 810 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 810 Bytes
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": "jaspers-market",
"version": "1.0.0",
"description": "Sample Whatsapp App - Jasper's Market",
"keywords": [
"whatsapp",
"webhook"
],
"homepage": "https://github.com/fbsamples/whatsapp-business-jaspers-market#readme",
"bugs": {
"url": "https://github.com/fbsamples/whatsapp-business-jaspers-market/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fbsamples/whatsapp-business-jaspers-market.git"
},
"license": "BSD",
"author": "Meta",
"type": "commonjs",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo no tests yet!"
},
"dependencies": {
"body-parser": "^1.20.2",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"facebook-nodejs-business-sdk": "^23.0.1",
"redis": "^5.8.2"
}
}