File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ See the official API documentation for more information
14
14
- English: https://developers.line.biz/en/docs/messaging-api/overview/
15
15
- Japanese: https://developers.line.biz/ja/docs/messaging-api/overview/
16
16
17
- line-bot-sdk-nodejs documentation: https://line.github.io/line-bot-sdk-nodejs/#getting-started
17
+ line-bot-sdk-nodejs documentation
18
+ - https://line.github.io/line-bot-sdk-nodejs/#getting-started
18
19
19
20
## Requirements
20
21
@@ -25,7 +26,11 @@ line-bot-sdk-nodejs documentation: https://line.github.io/line-bot-sdk-nodejs/#g
25
26
Using [ npm] ( https://www.npmjs.com/ ) :
26
27
27
28
``` bash
28
- $ npm install @line/bot-sdk --save
29
+ $ npm install @line/bot-sdk
30
+
31
+ $ yarn add @line/bot-sdk
32
+
33
+ $ pnpm add @line/bot-sdk
29
34
```
30
35
31
36
## Help and media
Original file line number Diff line number Diff line change 57
57
" line" ,
58
58
" sdk"
59
59
],
60
+ "homepage" : " https://github.com/line/line-bot-sdk-nodejs" ,
61
+ "bugs" : " https://github.com/line/line-bot-sdk-nodejs/issues" ,
60
62
"dependencies" : {
61
63
"@types/node" : " ^22.0.0"
62
64
},
You can’t perform that action at this time.
0 commit comments