Showing
2 changed files
with
16 additions
and
0 deletions
package-lock.json
0 → 100644
This diff is collapsed. Click to expand it.
package.json
0 → 100644
| 1 | +{ | ||
| 2 | + "name": "linebot", | ||
| 3 | + "version": "1.0.0", | ||
| 4 | + "description": "", | ||
| 5 | + "main": "app.js", | ||
| 6 | + "scripts": { | ||
| 7 | + "test": "echo \"Error: no test specified\" && exit 1", | ||
| 8 | + "start": "node server.js" | ||
| 9 | + }, | ||
| 10 | + "author": "강수인", | ||
| 11 | + "license": "MIT", | ||
| 12 | + "dependencies": { | ||
| 13 | + "@line/bot-sdk": "^6.4.0", | ||
| 14 | + "express": "^4.16.4" | ||
| 15 | + } | ||
| 16 | +} |
-
Please register or login to post a comment