-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 947 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
{
"name": "thanks-web-backend",
"version": "1.0.0",
"description": "",
"main": "src/main.ts",
"scripts": {
"test": "jest",
"start": "nodemon",
"build": "npx tsc",
"lint:fix": "tslint --fix --project ."
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/preset-env": "^7.21.4",
"@types/jest": "^29.4.0",
"babel-jest": "^29.4.3",
"jest": "^29.5.0",
"nodemon": "^2.0.20",
"prettier": "^2.8.3",
"ts-jest": "^29.0.5",
"typescript": "^5.0.4"
},
"dependencies": {
"@line/bot-sdk": "^7.5.2",
"axios": "^1.5.1",
"date-and-time": "^2.4.3",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"firebase-admin": "^11.5.0",
"googleapis": "^118.0.0",
"jsonwebtoken": "^9.0.1",
"moment": "^2.29.4",
"request": "^2.88.2",
"sharp": "^0.32.0",
"ts-node": "^10.9.1",
"tslint": "^6.1.3",
"tslint-etc": "^1.13.10"
}
}