-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.08 KB
/
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
37
38
39
40
41
{
"name": "qa-solar",
"version": "2.5.0",
"description": "Simple project VUE for UI Testing with Frameworks: Cypress, Robot and Playwright",
"repository": "[email protected]:LeohsPaixao/qa-solar.git",
"author": "Leonardo Paixao <[email protected]>",
"license": "MIT",
"private": true,
"workspaces": [
".",
"backend",
"frontend",
"test/cypress",
"test/playwright",
"test/robot"
],
"scripts": {
"prepare": "husky",
"changeset": "changeset",
"version-packages": "changeset version",
"linter:all": "yarn workspace backend lint && yarn workspace frontend lint",
"format:all": "yarn workspace backend format && yarn workspace frontend format"
},
"keywords": [
"testing",
"vue",
"ui testing"
],
"bugs": {
"url": "https://github.com/LeohsPaixao/qa-solar/issues"
},
"homepage": "https://github.com/LeohsPaixao/qa-solar#readme",
"dependencies": {
"@changesets/cli": "^2.27.10",
"husky": "^9.1.7"
},
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0"
}
}