-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "lis",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/chayapatr/lis.git",
"author": "Chayapatr Archiwaranguprok <mail@chayapatr.com>",
"license": "MIT",
"dependencies": {
"@google-cloud/storage": "^4.0.0",
"@google-cloud/translate": "^4.2.1",
"@line/bot-sdk": "^6.8.2",
"@now/node": "^1.0.1",
"airtable": "^0.7.2",
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"dialogflow": "^0.12.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"moment": "^2.24.0",
"promptpay-qr": "^0.4.4",
"sharp": "^0.23.1",
"uuid": "^3.3.3"
},
"scripts": {
"start": "node app.js"
},
"engines": {
"node": ">=10.0.0"
},
"devDependencies": {
"eslint": "^6.5.1",
"eslint-config-prettier": "^6.4.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"prettier": "^1.18.2"
}
}