-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.2 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.2 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
44
45
46
{
"name": "trabalhonosql",
"version": "1.0.0",
"description": "Trabalho de Banco de Dados Não Relacional",
"main": "index.html",
"type": "module",
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"start": "node ./api/index.js",
"dev": "nodemon ./api/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devDavyRibeiro/TrabalhoNoSQL.git"
},
"keywords": [
"back-end",
"api"
],
"author": "Davy, Mayara, Ariele e Vanessa",
"license": "MIT",
"bugs": {
"url": "https://github.com/devDavyRibeiro/TrabalhoNoSQL/issues"
},
"homepage": "https://github.com/devDavyRibeiro/TrabalhoNoSQL#readme",
"dependencies": {
"bcrypt": "^6.0.0",
"cors": "^2.8.5",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"express-validator": "^7.2.1",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.15.0",
"swagger-ui-express": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.27.4",
"@babel/preset-env": "^7.27.2",
"babel-jest": "^30.0.0",
"jest": "^30.0.0",
"mongodb-memory-server": "^10.1.4",
"nodemon": "^3.1.9",
"supertest": "^7.1.1",
"swagger-autogen": "^2.23.7"
}
}