Showing
3 changed files
with
8 additions
and
8 deletions
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
| 1 | { | 1 | { |
| 2 | - "name": "kitchensink", | 2 | + "name": "trans", |
| 3 | - "version": "0.0.0", | 3 | + "version": "1.0.0", |
| 4 | - "description": "A kitchen-sink LINE bot example", | 4 | + "description": "", |
| 5 | - "main": "index.js", | 5 | + "main": "app.js", |
| 6 | "scripts": { | 6 | "scripts": { |
| 7 | - "build-sdk": "cd ../../; npm i; npm run build", | 7 | + "test": "echo \"Error: no test specified\" && exit 1" |
| 8 | - "start": "node ." | ||
| 9 | }, | 8 | }, |
| 9 | + "author": "", | ||
| 10 | + "license": "ISC", | ||
| 10 | "dependencies": { | 11 | "dependencies": { |
| 11 | - "@line/bot-sdk": "^7.3.0", | ||
| 12 | "express": "^4.17.1", | 12 | "express": "^4.17.1", |
| 13 | - "ngrok": "^3.2.7" | 13 | + "request": "^2.88.2" |
| 14 | } | 14 | } |
| 15 | } | 15 | } | ... | ... |
-
Please register or login to post a comment