-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.32 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "node-typescript-init",
"version": "1.0.0",
"description": "> 31th IN SOPT ShortWeather <br>\r > 프로젝트 기간 : 2022.12.10 ~",
"main": "index.js",
"scripts": {
"dev": "nodemon",
"build": "tsc",
"test": "mocha test/* --timeout 10000 -exit -r ts-node/register",
"prepare": "husky install",
"greeting": "echo 'hello husky'"
},
"author": "doyeoo <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/express": "^4.17.15",
"@types/jsonwebtoken": "^8.5.8",
"@types/mocha": "^9.1.1",
"@types/multer": "^1.4.7",
"@types/multer-s3": "^2.7.12",
"@types/mysql": "^2.15.21",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"chai": "^4.3.7",
"eslint": "^8.19.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.0",
"jest": "^29.3.1",
"mocha": "^10.2.0",
"nodemon": "^2.0.20",
"supertest": "^6.3.3",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
},
"dependencies": {
"@prisma/client": "^4.8.1",
"apple-auth": "^1.0.7",
"aws-sdk": "^2.1171.0",
"axios": "^1.2.2",
"dayjs": "^1.11.7",
"dotenv": "^16.0.0",
"express": "^4.18.2",
"express-validator": "^6.14.0",
"firebase-admin": "^11.0.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"logger": "^0.0.1",
"moment": "^2.29.4",
"moment-timezone": "^0.5.38",
"multer": "^1.4.4",
"multer-s3": "^2.10.0",
"mysql": "^2.18.1",
"mysql2": "^2.3.3",
"node-schedule": "^2.1.0",
"pg": "^8.7.3",
"prisma": "^4.8.1",
"reflect-metadata": "^0.1.13",
"request": "^2.88.2",
"typeorm": "^0.2",
"typeorm-naming-strategies": "^2.0.0"
},
"husky": {
"hooks": {
"pre-push": "yarn run test"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/TeamShortWeather/ShortWeather-Server.git"
},
"bugs": {
"url": "https://github.com/TeamShortWeather/ShortWeather-Server/issues"
},
"homepage": "https://github.com/TeamShortWeather/ShortWeather-Server#readme",
"directories": {
"test": "test"
},
"keywords": []
}