forked from salesforce/codeceptjs-bdd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.76 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": "codeceptjs-bdd",
"version": "1.0.0",
"private": true,
"description": "CodeceptJS Cucumber BDD Framework",
"homepage": "https://gkushang.github.io/",
"bugs": {
"url": "https://github.com/salesforce/codeceptjs-bdd/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/salesforce/codeceptjs-bdd.git"
},
"license": "MIT",
"author": "Kushang Gajjar <[email protected]>",
"workspaces": [
"packages/*"
],
"scripts": {
"acceptance": "lerna run --scope create-codeceptjs-bdd-tests test",
"bootstrap": "lerna bootstrap",
"circleci:test:playwright": "lerna run --scope create-codeceptjs-bdd-tests circleci:test:playwright",
"circleci:test:playwright:parallel": "lerna run --scope create-codeceptjs-bdd-tests circleci:test:playwright:parallel",
"circleci:test:webdriver": "lerna run --scope create-codeceptjs-bdd-tests circleci:test:webdriver",
"circleci:test:webdriver:parallel": "lerna run --scope create-codeceptjs-bdd-tests circleci:test:webdriver:parallel",
"lerna:lint:prettier": "lerna run lint:prettier",
"lerna:polish": "lerna run lint:prettier && lerna exec npx sort-package-json",
"lerna:publish": "lerna publish --registry https://registry.npmjs.org",
"sauce:connect": "lerna run sauce:connect"
},
"resolutions": {
"minimist": "^1.2.5"
},
"dependencies": {
"chalk": "^4.1.0",
"check-yarn-lock": "^0.2.1",
"debug": "^4.1.1",
"eslint": "^7.13.0",
"husky": "^4.3.0",
"lerna": "^3.22.1",
"lint-staged": "^10.5.1",
"node-emoji": "^1.10.0",
"prettier": "^2.1.2"
}
}