forked from fbsamples/original-coast-clothing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 893 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
39
{
"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": {
"ansi-regex": "^6.0.1",
"body-parser": "^1.19.0",
"dotenv": "^8.1.0",
"ejs": "^3.1.8",
"express": "^4.17.1",
"i18n": "^0.8.3",
"node-fetch": "^2.6.1",
"path": "^0.12.7"
},
"engines": {
"node": ">=12.0"
},
"repository": {
"url": "https://github.com/fbsamples/original-coast-clothing"
},
"author": "Facebook",
"license": "ISC",
"keywords": [
"messenger",
"webhook"
],
"devDependencies": {
"ejs-lint": "^1.2.2",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1"
}
}