-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 989 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
36
37
38
39
40
41
42
43
{
"name": "etf-line-bot",
"version": "1.0.0",
"description": "",
"main": "app.js",
"engines": {
"node": ">=18"
},
"scripts": {
"start": "node app.js",
"test": "jest",
"test:report": "jest",
"dev": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stu01509/ETF-Line-Bot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/stu01509/ETF-Line-Bot/issues"
},
"homepage": "https://github.com/stu01509/ETF-Line-Bot#readme",
"dependencies": {
"@types/node": "^20.8.9",
"dotenv": "^10.0.0",
"linebot": "^1.6.1",
"mongoose": "^5.5.15",
"node-fetch": "^2.6.1",
"typescript": "^5.2.2"
},
"devDependencies": {
"@types/jest": "^29.5.6",
"eslint": "^7.31.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.4",
"jest": "^29.7.0",
"nodemon": "^1.3.3",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1"
}
}