forked from ComunidadeTechQA/qatw-primeira-edicao
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 813 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 813 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
25
{
"name": "qatw-primeira-edicao",
"version": "1.0.0",
"description": "Bem-vindo ao repositório do **QA Tech Week - Primeira Edição**! Aqui você encontrará as instruções para configurar o ambiente, subir os serviços necessários e rodar os testes automatizados com Playwright.",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/paulosandim/qatw-primeira-edicao.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/paulosandim/qatw-primeira-edicao/issues"
},
"homepage": "https://github.com/paulosandim/qatw-primeira-edicao#readme",
"devDependencies": {
"@playwright/test": "^1.50.1",
"@types/node": "^22.13.4"
},
"dependencies": {
"pg-promise": "^11.10.2"
}
}