-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 1018 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
33
34
35
36
37
38
39
{
"name": "ui5-testcafe-selector-utils",
"version": "0.0.366",
"description": "Test-Cafe selector Utils",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"src",
".ui5-testcafe.json"
],
"scripts": {
"prepublish": "tsc&&node copyFileBuild.js",
"build": "tsc&&node copyFileBuild.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/timostark/ui5-testcafe-selector-utils.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/timostark/ui5-testcafe-selector-utils/issues"
},
"homepage": "https://github.com/timostark/ui5-testcafe-selector-utils#readme",
"dependencies": {
"istanbul-lib-coverage": "^3.0.0",
"istanbul-lib-instrument": "^4.0.3",
"typescript": "*",
"url-parse": "^1.4.7"
},
"devDependencies": {
"@types/node": "^14.18.42",
"axios": "^1.3.5",
"testcafe": "2.5",
"ts-node": "^9.0.0"
}
}