35 lines
844 B
JSON
35 lines
844 B
JSON
|
{
|
||
|
"name": "line_catan_groupbuy_ts",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "src/app.ts",
|
||
|
"scripts": {
|
||
|
"start": "nodemon src/app.ts",
|
||
|
"test": "nodemon src/app.ts",
|
||
|
"dev": "nodemon --exec \"node --require ts-node/register --inspect=192.168.1.15:9229 src/app.ts\"",
|
||
|
"build": "tsc --project ./"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"devDependencies": {
|
||
|
"@types/dateformat": "^5.0.0",
|
||
|
"@types/express": "^4.17.15",
|
||
|
"@types/mysql": "^2.15.21",
|
||
|
"@types/node": "^18.11.18",
|
||
|
"typescript": "^4.9.4"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@line/bot-sdk": "^7.5.2",
|
||
|
"dateformat": "^4.5.1",
|
||
|
"dayjs": "^1.11.7",
|
||
|
"dotenv": "^16.0.3",
|
||
|
"express": "^4.18.2",
|
||
|
"fs": "^0.0.1-security",
|
||
|
"linebot": "^1.6.1",
|
||
|
"mysql": "^2.18.1",
|
||
|
"nodemon": "^2.0.20",
|
||
|
"openai": "^3.1.0",
|
||
|
"ts-node": "^10.9.1",
|
||
|
"xmlhttprequest": "^1.8.0"
|
||
|
}
|
||
|
}
|