-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.73 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": "dexback",
"version": "1.0.0",
"description": "TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project.",
"main": "index.ts",
"engines": {
"node": "16.15.1"
},
"scripts": {
"test": "jest",
"build": "rm -rf dist && tsc --project tsconfig.json",
"dev": "nodemon --ignore dist --ignore node_modules",
"start": "ts-node index.ts"
},
"repository": {
"type": "git",
"url": "[email protected]:v3/criptocountry/Criptocountry/DexBack"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/bcrypt": "^5.0.0",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/jsonwebtoken": "^8.5.8",
"@types/morgan": "^1.9.3",
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-validator": "^6.14.2",
"heroku": "^7.7.8",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.4",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"mysql2": "^2.3.3",
"nodemailer": "^6.7.7",
"nodemon": "^2.0.19",
"sequelize": "^6.21.2",
"serverless-http": "^3.0.1",
"ts-node": "^10.8.2",
"typescript": "^4.6.4",
"TypeScript": "npm:typescript@^4.7.4",
"web-push": "^3.5.0"
},
"devDependencies": {
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/jest": "^28.1.4",
"@types/jsonwebtoken": "^8.5.8",
"@types/morgan": "^1.9.3",
"morgan": "^1.10.0",
"typescript": "^4.6.4"
}
}