Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ See the official API documentation for more information
- English: https://developers.line.biz/en/docs/messaging-api/overview/
- Japanese: https://developers.line.biz/ja/docs/messaging-api/overview/

line-bot-sdk-nodejs documentation: https://line.github.io/line-bot-sdk-nodejs/#getting-started
line-bot-sdk-nodejs documentation
- https://line.github.io/line-bot-sdk-nodejs/#getting-started

## Requirements

Expand All @@ -25,7 +26,11 @@ line-bot-sdk-nodejs documentation: https://line.github.io/line-bot-sdk-nodejs/#g
Using [npm](https://www.npmjs.com/):

``` bash
$ npm install @line/bot-sdk --save
$ npm install @line/bot-sdk

$ yarn add @line/bot-sdk

$ pnpm add @line/bot-sdk
Comment on lines +29 to +33
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see much advantage in writing this, but since the maintenance cost is nearly zero, this change adds them. For some reason(but I'm not sure), all well-known repositories have it included.

```

## Help and media
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
"line",
"sdk"
],
"homepage": "https://github.com/line/line-bot-sdk-nodejs",
"bugs": "https://github.com/line/line-bot-sdk-nodejs/issues",
"dependencies": {
"@types/node": "^22.0.0"
},
Expand Down