This repository has been archived by the owner on Feb 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
57 lines (57 loc) · 1.54 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "cypress-test-example-repos",
"version": "1.0.0",
"description": "Testing Cypress Test Runner against different example repos",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test-if": "run-if node ./test-repo.js",
"lint": "eslint --fix test-repo.js",
"commit": "commit-wizard",
"set-status": "set-status",
"is-fork-pr": "is-fork-pr",
"print-env": "print-env",
"has-env": "has-env"
},
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/cypress-io/cypress-test-example-repos.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cypress-io/cypress-test-example-repos/issues"
},
"homepage": "https://github.com/cypress-io/cypress-test-example-repos#readme",
"devDependencies": {
"@bahmutov/print-env": "1.3.0",
"@cypress/commit-message-install": "3.1.3",
"check-more-types": "2.24.0",
"debug": "4.3.1",
"eslint": "6.8.0",
"eslint-plugin-cypress-dev": "1.1.2",
"execa": "3.4.0",
"is-fork-pr": "2.5.0",
"minimist": "1.2.5",
"npm-run-all": "4.1.5",
"ok-file": "1.5.4",
"parse-github-repo-url": "1.4.1",
"print-arch": "1.0.0",
"print-env": "0.1.2",
"shelljs": "0.8.4",
"terminal-banner": "1.1.0",
"wait-on": "4.0.2"
},
"config": {
"pre-git": {
"commit-msg": "simple",
"pre-commit": [],
"pre-push": [],
"post-commit": [],
"post-checkout": [],
"post-merge": []
}
}
}