ken_nogi/NodeJS/LINEWORKS_sendMessage/package.json
Kenichiro NOGI 51a95c5e21 NodeJS
2025-07-10 10:12:37 +09:00

16 lines
327 B
JSON

{
"name": "lineworks_sendmessage",
"version": "1.0.0",
"main": "lwSendMessageBot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"jsonwebtoken": "^9.0.2",
"node-fetch": "^2.7.0"
}
}