-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 971 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 971 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "desafio_semana004",
"version": "1.0.0",
"description": "<p align=\"center\">\r <img src=\"https://img.shields.io/badge/Python-3.13-3776AB?logo=python&logoColor=white\" />\r <img src=\"https://img.shields.io/badge/Pytest-9.0-0A9EDC?logo=pytest&logoColor=white\" />\r <img src=\"https://img.shields.io/badge/Coverage-100%25-brightgreen\" />\r <img src=\"https://img.shields.io/badge/Status-Finalizado-success\" />\r </p>",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codebyfernanda/bootcamp-QA-2026-desafios.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/codebyfernanda/bootcamp-QA-2026-desafios/issues"
},
"homepage": "https://github.com/codebyfernanda/bootcamp-QA-2026-desafios#readme"
}