-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
46 lines (46 loc) · 1.16 KB
/
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
39
40
41
42
43
44
45
46
{
"name": "create-codeceptjs",
"version": "1.0.5",
"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/codeceptjs/create-codeceptjs.git"
},
"keywords": [
"codeceptjs",
"bdd",
"installer",
"e2e"
],
"author": "Michael Bodnarchuk",
"license": "ISC",
"bugs": {
"url": "https://github.com/codeceptjs/create-codeceptjs/issues"
},
"homepage": "https://github.com/codeceptjs/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.10.0",
"@codeceptjs/examples": "1.2.1",
"@codeceptjs/ui": "0.7.0",
"codeceptjs": "3.6.7",
"playwright": "1.40.1"
},
"files": [
"index.js",
"LICENSE",
"Readme.md"
]
}