{ "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" } }