-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.13 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.13 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
{
"name": "m4-entrega-sprint1-pedrocostakenzie",
"version": "1.0.0",
"main": "src/app.ts",
"repository": "https://github.com/Kenzie-Academy-Brasil-Developers/m4-entrega-sprint1-pedrocostakenzie.git",
"author": "Pedro Costa <phmc99@outlook.com>",
"license": "MIT",
"scripts": {
"test": "jest",
"start": "node src/app.ts",
"dev": "ts-node-dev --inspect --ignore-watch node_modules src/app.ts"
},
"dependencies": {
"@types/jest": "^27.5.1",
"@types/jsonwebtoken": "^8.5.8",
"@types/node": "*",
"@types/supertest": "^2.0.12",
"bcryptjs": "^2.4.3",
"express": "^4.18.1",
"jsonwebtoken": "^8.5.1",
"ts-jest": "^28.0.3",
"ts-node-dev": "^2.0.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/plugin-transform-modules-commonjs": "^7.18.0",
"@babel/preset-env": "^7.18.2",
"@babel/preset-typescript": "^7.17.12",
"@types/bcryptjs": "^2.4.2",
"@types/express": "^4.17.13",
"@types/uuid": "^8.3.4",
"babel-jest": "^28.1.0",
"jest": "^28.1.0",
"sucrase": "^3.21.0",
"supertest": "^6.2.3",
"typescript": "^4.7.2"
}
}