forked from dingraham/cypress-runner-themes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 941 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
34
35
36
37
38
{
"name": "cypress-runner-themes",
"version": "1.0.1",
"description": "Alternative themes for the Cypress Test Runner",
"main": "src/index.js",
"scripts": {
"cy:open": "cypress open --e2e --browser chrome"
},
"keywords": [
"cypress",
"cypress.io",
"cypress-plugin",
"theme"
],
"devDependencies": {
"cypress": "^13.6.6",
"cypress-plugin-api": "^2.11.1",
"prettier": "3.2.5"
},
"dependencies": {
"path": "^0.12.7",
"postcss": "^8.4.35",
"postcss-css-variables": "^0.19.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"author": "David Ingraham",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/dingraham/cypress-runner-themes.git"
},
"bugs": {
"url": "https://github.com/dingraham/cypress-runner-themes/issues"
},
"homepage": "https://github.com/dingraham/cypress-runner-themes#readme"
}