forked from LittleNa1000/process-announcer-line-chatbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 873 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "process-announcer",
"version": "1.0.0",
"description": "สำหรับการทำค่ายในมหาลัย",
"main": "index.ts",
"nodemonConfig": {
"ignore": [
"storage/"
]
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LittleNa1000/process-announcer.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/LittleNa1000/process-announcer/issues"
},
"homepage": "https://github.com/LittleNa1000/process-announcer#readme",
"dependencies": {
"@line/bot-sdk": "^7.5.2",
"axios": "^0.27.2",
"csv-parse": "^5.3.0",
"dotenv": "^16.0.2",
"express": "^4.18.1",
"nodemon": "^2.0.20",
"ts-node": "^10.9.1",
"winston": "^3.8.2"
}
}