-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (29 loc) · 920 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
{
"name": "react-adobe-embed-canary",
"version": "3.0.3",
"description": "React Adobe Embed Canary",
"repository": {
"url": "https://github.com/ZIPING-LIU-CORPORATION/react-adobe-embed-cd-canary.git",
"type": "git"
},
"author": "Ziping Liu",
"homepage": "https://ziping-liu-corporation.github.io/react-adobe-embed/",
"devDependencies": {
"@testing-library/cypress": "^10.0.1",
"@types/cypress": "^1.1.3",
"@types/node": "^20.8.9",
"typescript": "^5.2.2"
},
"scripts": {
"cy:open": "cypress open --config-file=cypress.config.ts",
"cy:run": "cypress run --config-file=cypress.config.ts",
"build": "cypress install",
"start": "cypress run --config-file=cypress.config.ts --e2e --"
},
"dependencies": {
"@cypress/github-action": "github:cypress-io/github-action",
"@types/dotenv": "^8.2.0",
"cypress": "^13.3.2",
"dotenv": "^16.3.1"
}
}