-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.36 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
{
"name": "yally-back-end_ts",
"version": "1.0.0",
"description": "",
"main": "app.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon --exec ts-node src/app.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SinaGram-DSM/Yally-Back-End_TS.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SinaGram-DSM/Yally-Back-End_TS/issues"
},
"homepage": "https://github.com/SinaGram-DSM/Yally-Back-End_TS#readme",
"dependencies": {
"@types/aws-sdk": "^2.7.0",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.7",
"@types/jest": "^26.0.15",
"@types/multer": "^1.4.3",
"@types/mysql": "^2.15.15",
"@types/node": "^14.0.22",
"@types/nodemailer": "^6.4.0",
"@types/sequelize": "^4.28.9",
"@types/supertest": "^2.0.10",
"@types/validator": "^13.1.0",
"aws-sdk": "^2.719.0",
"bcrypt-nodejs": "0.0.3",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jest": "^26.6.3",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"mysql2": "^2.1.0",
"nodemailer": "^6.4.11",
"sequelize": "^6.3.3",
"sequelize-cli": "^6.2.0",
"supertest": "^6.0.1",
"ts-jest": "^26.4.3",
"typescript": "^3.9.6",
"uuid4": "^2.0.2"
}
}