-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.51 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
{
"name": "takeus-back",
"version": "1.0.0",
"description": "![img](<https://user-images.githubusercontent.com/68781598/124507888-bc4a7400-de09-11eb-9476-149ac4ac613d.PNG>)",
"main": "index.js",
"scripts": {
"dev": "nodemon --config nodemon.json src/index.ts",
"build": "tsc",
"start": "node dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TAKE-US/TAKEUS-BACK.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TAKE-US/TAKEUS-BACK/issues"
},
"homepage": "https://github.com/TAKE-US/TAKEUS-BACK#readme",
"dependencies": {
"@types/axios": "^0.14.0",
"@types/cookie": "^0.4.1",
"@types/cors": "^2.8.12",
"@types/helmet": "^4.0.0",
"@types/lodash": "^4.14.178",
"@types/multer": "^1.4.7",
"aws-sdk": "^2.1228.0",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"cheerio": "^1.0.0-rc.10",
"cookie": "^0.4.1",
"cors": "^2.8.5",
"del": "^6.0.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-validator": "^6.12.0",
"helmet": "^4.6.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"mongoose": "^5.13.2",
"multer": "^1.4.2",
"nodemailer": "^6.6.2",
"nodemon": "^2.0.9",
"puppeteer": "^10.1.0",
"request": "^2.88.2",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.5",
"yarn": "^1.22.10"
},
"devDependencies": {
"@types/aws-sdk": "^2.7.0",
"@types/node": "^16.3.1",
"ts-node": "^10.1.0",
"typescript": "^4.3.5"
}
}