-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 878 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": "@isaac.frontend/testcafe-scaffolding",
"version": "3.0.1",
"description": "TestCafe scaffolding tool to setup your repository for end-to-end testing with TestCafe",
"author": "ISAAC E-commerce Solutions BV",
"license": "MIT",
"keywords": [
"TestCafe",
"end-to-end",
"e2e",
"testing",
"scaffolding"
],
"bin": "./bin/init.js",
"repository": {
"type": "git",
"url": "https://github.com/isaaceindhoven/testcafe-scaffolding.git"
},
"bugs": {
"url": "https://github.com/isaaceindhoven/testcafe-scaffolding/issues"
},
"homepage": "https://github.com/isaaceindhoven/testcafe-scaffolding#readme",
"dependencies": {
"colors": "^1.4.0",
"mkdir-recursive": "^0.4.0",
"readline-sync": "^1.4.10",
"yarn-or-npm": "^3.0.1"
},
"devDependencies": {
"@isaac.frontend/eslint-config-es6": "^3.0.0"
}
}