-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) Β· 1.22 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
{
"name": "charo-server",
"version": "1.0.0",
"description": "charo server",
"main": "index.js",
"scripts": {
"dev": "ts-node src",
"build": "tsc && node dist",
"test": "nodemon"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TeamChaRo/ChaRo-Server.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^15.3.1",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
},
"dependencies": {
"@angular/common": "^12.1.1",
"@angular/core": "^12.1.1",
"@types/express": "^4.17.11",
"@types/multer": "^1.4.6",
"@types/multer-s3": "^2.7.9",
"aws-sdk": "^2.938.0",
"bcryptjs": "^2.4.3",
"dotenv": "^9.0.2",
"express": "^4.17.1",
"express-validator": "^6.10.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.12.10",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"mysql2": "^2.2.5",
"nodemon": "^2.0.7",
"pakage.json": "^1.0.0",
"request": "^2.88.2",
"rxjs": "^7.2.0",
"sequelize": "^6.6.4",
"sequelize-cli": "^6.2.0"
},
"bugs": {
"url": "https://github.com/TeamChaRo/ChaRo-Server/issues"
},
"homepage": "https://github.com/TeamChaRo/ChaRo-Server#readme"
}