forked from cypress-io/cypress-component-testing-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 793 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "cypress-component-testing-apps",
"version": "1.0.0",
"description": "This repo contains several examples of the [Cypress Component Testing Getting Started app](https://docs.cypress.io/guides/component-testing/writing-your-first-component-test) in various frameworks and libraries.",
"main": "index.js",
"scripts": {
"install-latest-cypress": "./.scripts/update-all.sh",
"cypress:run": "./.scripts/run-all-tests.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cypress-io/cypress-component-testing-apps.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cypress-io/cypress-component-testing-apps/issues"
},
"homepage": "https://github.com/cypress-io/cypress-component-testing-apps#readme"
}