-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 906 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
33
34
35
36
37
38
{
"name": "original-coast-clothing",
"version": "1.0.0",
"description": "A sample app to show how to build a great Messenger experience!",
"main": "app.js",
"scripts": {
"start": "node app.js",
"lint": "./node_modules/.bin/eslint ."
},
"dependencies": {
"@google-cloud/language": "^4.2.6",
"body-parser": "^1.19.0",
"dotenv": "^8.6.0",
"ejs": "^2.7.4",
"express": "^4.17.1",
"i18n": "^0.8.3",
"node-fetch": "^2.6.1",
"path": "^0.12.7"
},
"engines": {
"node": "^8.10.0 || ^10.13.0 || >=11.10.1"
},
"repository": {
"url": "https://github.com/fbsamples/original-coast-clothing"
},
"author": "Facebook",
"license": "ISC",
"keywords": [
"messenger",
"webhook"
],
"devDependencies": {
"eslint": "^6.2.2",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^1.19.1"
}
}