-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.1 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
{
"name": "m4-t14-kimoveis-freitassneto",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:Kenzie-Academy-Brasil-Developers/m4-t14-kimoveis-freitassneto.git",
"author": "Olivio Freitas <ojfneto92@gmail.com>",
"license": "MIT",
"scripts": {
"test": "jest --verbose --runInBand",
"dev": "ts-node-dev --ignore-watch node_modules --cls --rs src/server.ts",
"typeorm": "typeorm-ts-node-commonjs"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-async-errors": "^3.1.1",
"jsonwebtoken": "^9.0.0",
"pg": "^8.9.0",
"reflect-metadata": "^0.1.13",
"typeorm": "0.3.10",
"zod": "^3.20.6"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/express": "^4.17.17",
"@types/jest": "^28.1.8",
"@types/jsonwebtoken": "^9.0.1",
"@types/node": "^18.14.2",
"@types/pg": "^8.6.6",
"@types/supertest": "^2.0.12",
"jest": "^28.1.3",
"sqlite3": "^5.1.4",
"supertest": "^6.3.3",
"ts-jest": "^28.0.8",
"ts-node-dev": "^2.0.0",
"typescript": "^4.9.5"
}
}