a8dde2dd
Surasit Yerpui
firstcommit
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
{
"name": "line-bot-nodejs-starter",
"version": "1.0.0",
"description": "starter point to create new line bot project",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"line",
"bot",
"messaging-api"
],
"author": "Sitthi Thiammekha",
"license": "ISC",
"devDependencies": {
"eslint": "^5.5.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0"
},
"dependencies": {
"@line/bot-sdk": "^6.2.1",
"axios": "^0.23.0",
"blob": "^0.1.0",
"body-parser": "^1.19.0",
"express": "^4.16.3",
"file-saver": "^2.0.5",
"moment": "^2.29.1",
"request": "^2.88.2",
"save-as": "^0.1.8"
}
}
|