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-cost-js/package.json

23 lines
425 B
JSON
Raw Normal View History

2021-03-21 14:32:26 +00:00
{
"name": "line-bot-js",
"version": "1.0.0",
"description": "",
"main": "app.js",
"dependencies": {
2021-03-22 11:58:40 +00:00
"dateformat": "^4.5.1",
2021-03-21 14:32:26 +00:00
"dotenv": "^8.2.0",
"express": "^4.17.1",
2021-03-22 11:58:40 +00:00
"linebot": "^1.6.1",
"mysql": "^2.18.1"
2021-03-21 14:32:26 +00:00
},
"devDependencies": {
"nodemon": "^2.0.7"
},
"scripts": {
"start": "node --inspect=192.168.168.15:9229 app.js"
},
"keywords": [],
"author": "",
"license": "ISC"
}