-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 919 Bytes
/
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
{
"name": "livro-back-end",
"version": "1.0.0",
"description": "",
"main": "app.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon --exec ts-node src/app.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/livro-s/Livro-Back-end.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/livro-s/Livro-Back-end/issues"
},
"homepage": "https://github.com/livro-s/Livro-Back-end#readme",
"dependencies": {
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.9",
"@types/mysql": "^2.15.15",
"@types/node": "^14.14.9",
"@types/sequelize": "^4.28.9",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"mysql2": "^2.2.5",
"sequelize": "^6.3.5",
"uuid4": "^2.0.2"
}
}