-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.32 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": "ui5-testcafe-selector",
"version": "0.3.130",
"description": "Testcafe Selector for UI5",
"repository": "https://github.com/timostark/ui5TestcafeSelector",
"main": "lib/index",
"files": [
"lib",
"ts-defs"
],
"scripts": {
"lint": "eslint src/*.js",
"http-server": "http-server ./ -s",
"testcafe": "testcafe chrome test/ui5_basic_test.js --app \"npm run http-server\"",
"test": "npm run lint && npm run build && npm run testcafe",
"build": "babel src --out-dir lib",
"publish-please": "publish-please"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^4.3.0",
"eslint": "^7.11.0",
"eslint-plugin-testcafe": "^0.2.1",
"http-server": "^0.12.3",
"publish-please": "^5.5.2",
"pug": "^3.0.0",
"testcafe": "*"
},
"peerDependencies": {
"testcafe": "*"
},
"keywords": [
"ui5",
"openui5",
"sapui5",
"e2e",
"testcafe",
"testing"
],
"author": "Timo Stark",
"license": "MIT",
"types": "./ts-defs/index.d.ts",
"bugs": {
"url": "https://github.com/timostark/ui5TestcafeSelector/issues"
},
"homepage": "https://github.com/timostark/ui5TestcafeSelector#readme"
}