-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.33 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
47
48
49
50
51
{
"name": "@testplane/safari-commands",
"version": "1.0.0",
"description": "Plugin for Testplane to add/wrap browser commands for iOS safari",
"main": "lib/index.js",
"scripts": {
"lint": "eslint .",
"test": "npm run test-unit && npm run lint",
"test-unit": "mocha",
"release": "standard-version"
},
"engines": {
"node": ">= 16.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gemini-testing/testplane-safari-commands.git"
},
"keywords": [
"testplane",
"hermione",
"plugin",
"safari",
"commands"
],
"author": "Dmitriy Dudkevich <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gemini-testing/testplane-safari-commands/issues"
},
"homepage": "https://github.com/gemini-testing/testplant-safari-commands#readme",
"dependencies": {
"gemini-configparser": "^1.3.0",
"lodash": "^4.17.15",
"sharp": "~0.31.3"
},
"devDependencies": {
"app-module-path": "^2.2.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"conventional-changelog-lint": "^2.1.1",
"eslint": "^6.8.0",
"eslint-config-gemini-testing": "^2.8.0",
"eventemitter2": "^6.4.7",
"husky": "^4.2.5",
"mocha": "^7.2.0",
"proxyquire": "^2.1.3",
"sinon": "^9.0.2",
"standard-version": "^8.0.0"
}
}