forked from codeceptjs/create-codeceptjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.1 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.1 KB
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
{
"name": "create-codeceptjs",
"version": "0.1.7",
"description": "Install CodeceptJS with all its dependencies in a single run",
"main": "index.js",
"bin": {
"create-codeceptjs": "index.js"
},
"scripts": {
},
"repository": {
"type": "git",
"url": "git+https://github.com/codecept-js/create-codeceptjs.git"
},
"keywords": [
"codeceptjs",
"bdd",
"installer",
"e2e"
],
"author": "Michael Bodnarchuk",
"license": "ISC",
"bugs": {
"url": "https://github.com/codecept-js/create-codeceptjs/issues"
},
"homepage": "https://github.com/codecept-js/create-codeceptjs#readme",
"dependencies": {
"cfonts": "^2.8.5",
"chalk": "^4.1.0",
"commander": "^5.1.0",
"cross-spawn": "^7.0.3",
"fs-extra": "^9.0.1",
"semver": "^7.3.2"
},
"devDependencies": {
"@codeceptjs/configure": "^0.5.2",
"@codeceptjs/examples": "^1.2.1",
"@codeceptjs/ui": "^0.3.8",
"codeceptjs": "^3.0.1",
"playwright": "^1.2.1"
}
}