-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.63 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
{
"name": "typescript-init",
"version": "1.0.0",
"description": "- [컨벤션 모음](https://www.notion.so/dragme/26a797f13a0a4398aaa224b4bdcb3187)",
"main": "index.js",
"scripts": {
"dev": "nodemon",
"build": "tsc && node dist"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/cookie": "^0.5.1",
"@types/express": "^4.17.13",
"@types/jsonwebtoken": "^8.5.9",
"@types/node": "^18.7.14",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"eslint": "8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"nodemon": "^2.0.15",
"prettier": "^2.7.1",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
},
"dependencies": {
"axios": "^1.2.3",
"body-parser": "^1.20.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.13.2",
"cookie": "^0.5.0",
"cors": "^2.8.5",
"dayjs": "^1.11.7",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"express-validator": "^6.14.3",
"helmet": "^6.0.1",
"install": "^0.13.0",
"jsonwebtoken": "^8.5.1",
"pg": "^8.8.0",
"reflect-metadata": "^0.1.13",
"routing-controllers": "^0.9.0",
"routing-controllers-openapi": "^3.1.0",
"typedi": "^0.8.0",
"typeorm": "0.2.45",
"typeorm-naming-strategies": "^4.1.0",
"typeorm-typedi-extensions": "^0.2.3"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/Team-DragMe/Drop-the-BE.git"
},
"bugs": {
"url": "https://github.com/Team-DragMe/Drop-the-BE/issues"
},
"homepage": "https://github.com/Team-DragMe/Drop-the-BE#readme"
}