This repository has been archived on 2024-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
line-bot-js/package.json

24 lines
462 B
JSON
Raw Permalink Normal View History

2023-01-10 04:01:05 +00:00
{
"name": "line-bot-js",
"version": "1.0.0",
"description": "",
"main": "app.js",
"dependencies": {
"dateformat": "^4.5.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"linebot": "^1.6.1",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"nodemon": "^2.0.7"
},
"scripts": {
"start": "forever start -a -l line-bot-js.log app.js",
"dev": "nodemon --inspect=192.168.1.15:9229 app.js"
},
"keywords": [],
"author": "",
"license": "ISC"
}