장소원
1 +# Dependency directories
2 +node_modules/
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
1 +{
2 + "name": "cfr-chatbot",
3 + "version": "1.0.0",
4 + "description": "chatbot to recommend good restaurants using CFR API",
5 + "main": "chatbot.js",
6 + "scripts": {
7 + "test": "echo \"Error: no test specified\" && exit 1"
8 + },
9 + "author": "whdkgp97@khu.ac.kr",
10 + "license": "ISC",
11 + "dependencies": {
12 + "@line/bot-sdk": "^7.1.0",
13 + "body-parser": "^1.19.0",
14 + "create-temp-file": "^2.0.0",
15 + "express": "^4.17.1",
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 + "proj4": "^2.6.3",
21 + "request": "^2.88.2",
22 + "webpack": "^5.9.0"
23 + }
24 +}
...\ No newline at end of file ...\ No newline at end of file