-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.24 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
{
"name": "line_bot_bottender",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "nodemon server.js",
"lint": "eslint . ",
"start": "node server.js",
"test": "jest"
},
"dependencies": {
"@bottender/handlers": "^1.3.0",
"@bottender/qna-maker": "^1.3.5",
"@google-cloud/speech": "^3.6.0",
"bottender": "^1.4.0-alpha.0",
"config": "^3.3.1",
"cross-env": "^7.0.2",
"eslint": "6.8.0",
"eslint-config-prettier": "6.10.1",
"eslint-plugin-prettier": "3.1.2",
"express": "^4.17.1",
"file-type": "^14.1.4",
"fs": "0.0.1-security",
"googleapis": "^39.2.0",
"jest": "25.2.7",
"mongoose": "^5.9.7",
"prettier": "2.0.2",
"shortid": "^2.2.15",
"unirest": "^0.6.0",
"valid-url": "^1.0.9"
},
"description": "This project was bootstrapped with [Bottender](https://github.com/Yoctol/bottender) init script.",
"main": "index.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/NovitaGuok/line-bot-bottender.git"
},
"author": "novitaguok",
"license": "ISC",
"bugs": {
"url": "https://github.com/NovitaGuok/line-bot-bottender/issues"
},
"homepage": "https://github.com/NovitaGuok/line-bot-bottender#readme"
}