-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
31 lines (31 loc) · 839 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
{
"name": "demos-playwright-e2e",
"version": "1.0.0",
"description": "Demos relacionadas a palestra de Playwright - uma ferramenta de Testes Automatizados Open Source da Microsoft.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/glaucia86/demos-playwright-tdc.git"
},
"keywords": [
"playwright",
"test",
"nodejs",
"javascript",
"automatation-test",
"e22-test"
],
"author": "Glaucia Lemos <@glaucia_lemos86 - Twitter>",
"license": "MIT",
"bugs": {
"url": "https://github.com/glaucia86/demos-playwright-tdc/issues"
},
"homepage": "https://github.com/glaucia86/demos-playwright-tdc#readme",
"dependencies": {
"playwright": "^1.10.0",
"ts-node": "^9.1.1"
}
}