-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.1 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.1 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
43
{
"name": "turing-labook8",
"version": "1.0.0",
"description": "Repositório do projeto Labook",
"main": "index.js",
"scripts": {
"start:dev": "ts-node-dev ./src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/future4code/turing-labook8.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/future4code/turing-labook8/issues"
},
"homepage": "https://github.com/future4code/turing-labook8#readme",
"dependencies": {
"@types/bcrypt": "^3.0.0",
"@types/bcryptjs": "^2.4.2",
"@types/express": "^4.17.0",
"@types/jsonwebtoken": "^8.5.0",
"@types/knex": "^0.16.1",
"@types/node": "^14.11.2",
"@types/uuid": "^8.3.0",
"bcrypt": "^5.0.0",
"bcryptjs": "^2.4.3",
"dotenv": "^8.2.0",
"express": "^4.17.0",
"jsonwebtoken": "^8.5.1",
"knex": "^0.21.5",
"moment": "^2.29.0",
"mysql": "^2.18.1",
"typescript": "^4.0.2",
"uuid": "^8.3.0"
},
"devDependencies": {
"ts-node-dev": "^1.0.0-pre.63"
}
}