-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.11 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.11 KB
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
{
"name": "RegistroCadastroApp",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "nodemon src/index.js",
"dev:debug": "nodemon --inspect src/server.js"
},
"dependencies": {
"@sentry/node": "^6.16.1",
"@sentry/tracing": "^6.16.1",
"bcryptjs": "^2.4.3",
"bee-queue": "^1.4.0",
"express": "^4.17.2",
"express-async-errors": "^3.1.1",
"express-promise-router": "^4.1.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.1.6",
"mongoose-sequence": "^5.3.1",
"multer": "^1.4.4",
"nodemailer": "^6.7.2",
"pg": "^8.7.1",
"pg-hstore": "^2.3.4",
"sequelize": "^6.13.0",
"youch": "^3.0.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"eslint": "^8.6.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"nodemon": "^2.0.15",
"prettier": "^2.5.1",
"sequelize-cli": "^6.3.0",
"sucrase": "^3.20.3"
}
}