24 lines
462 B
JSON
24 lines
462 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|