Showing
2 changed files
with
8 additions
and
1 deletions
This diff is collapsed. Click to expand it.
... | @@ -9,8 +9,15 @@ | ... | @@ -9,8 +9,15 @@ |
9 | "author": "", | 9 | "author": "", |
10 | "license": "ISC", | 10 | "license": "ISC", |
11 | "dependencies": { | 11 | "dependencies": { |
12 | + "@line/bot-sdk": "^7.1.0", | ||
12 | "body-parser": "^1.19.0", | 13 | "body-parser": "^1.19.0", |
14 | + "create-temp-file": "^2.0.0", | ||
13 | "express": "^4.17.1", | 15 | "express": "^4.17.1", |
14 | - "request": "^2.88.2" | 16 | + "follow-redirects": "^1.13.0", |
17 | + "fs": "0.0.1-security", | ||
18 | + "html-webpack-plugin": "^4.5.0", | ||
19 | + "line-bot-sdk-nodejs": "^1.0.0", | ||
20 | + "request": "^2.88.2", | ||
21 | + "webpack": "^5.9.0" | ||
15 | } | 22 | } |
16 | } | 23 | } | ... | ... |
-
Please register or login to post a comment