-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
34 lines (34 loc) · 843 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
{
"name": "cypress-jest-types",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"cy:open": "cypress open",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sainthkh/cypress-jest-types.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sainthkh/cypress-jest-types/issues"
},
"homepage": "https://github.com/sainthkh/cypress-jest-types#readme",
"dependencies": {
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.7",
"cypress": "1.2.0",
"typescript": "^3.5.2"
},
"devDependencies": {
"@bahmutov/add-typescript-to-cypress": "2.1.2",
"@types/jest": "24.9.1",
"jest": "24.9.0",
"ts-jest": "24.3.0",
"webpack": "4.42.1"
}
}