-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
33 lines (33 loc) · 949 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
32
33
{
"name": "qa-academy",
"description": "<https://github.com/Strajk/QA-Academy>",
"scripts": {
"start": "docsify serve .",
"lint": "run-p --silent lint:*",
"lint:js": "eslint '**/*.{js,md}'",
"lint:md": "markdownlint *.md",
"lint-fix": "run-p --silent 'lint:* -- --fix'",
"cypress:open": "cypress open",
"demo:cypress:open": "cypress open --project ./assets/demo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Strajk/qa-academy.git"
},
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/Strajk/qa-academy/issues"
},
"homepage": "https://github.com/Strajk/qa-academy#readme",
"dependencies": {},
"devDependencies": {
"cypress": "~4.5.0",
"docsify-cli": "~4.4.0",
"eslint": "~7.0.0",
"eslint-plugin-markdown": "~1.0.2",
"markdownlint": "~0.20.3",
"markdownlint-cli": "~0.23.1",
"npm-run-all": "~4.1.5"
}
}