-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.69 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.69 KB
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
52
53
54
55
56
57
58
59
60
{
"name": "@rcaziraghi/barcodereader4ui5",
"version": "1.5.1",
"description": "Barcode Reader for UI5",
"author": {
"name": "Rafael Caziraghi",
"email": "rcaziraghi@gmail.com"
},
"license": "MIT",
"private": false,
"files": [
"dist",
"src",
"ui5.yaml"
],
"main": "dist/resources/com/rcaziraghi/barcodereader4ui5/library-preload.js",
"browser": "dist/resources/com/rcaziraghi/barcodereader4ui5/library-preload.js",
"devDependencies": {
"@ui5/cli": "^2.9.3",
"@wdio/cli": "^7.26.0",
"@wdio/local-runner": "^7.26.0",
"@wdio/mocha-framework": "^7.26.0",
"@wdio/spec-reporter": "^7.26.0",
"chromedriver": "^107.0.3",
"karma": "^6.1.1",
"karma-chrome-launcher": "^3.1.0",
"karma-cli": "^2.0.0",
"karma-ui5": "^2.3.3",
"ui5-middleware-livereload": "^0.5.1",
"wdio-chromedriver-service": "^8.0.0",
"wdio-ui5-service": "^1.0.0-pre.2"
},
"ui5": {
"dependencies": [
"ui5-middleware-livereload"
]
},
"scripts": {
"build": "ui5 build --clean-dest",
"start": "ui5 serve --open test-resources/com/rcaziraghi/barcodereader4ui5/barcodereader4ui5.html",
"startwebapp": "ui5 serve --port 8080 --open index.html",
"testsuite": "ui5 serve --open test-resources/com/rcaziraghi/barcodereader4ui5/qunit/testsuite.qunit.html",
"test": "karma start --browsers=ChromeHeadless --singleRun=true",
"wdi5": "wdio run wdio.conf.js"
},
"repository": {
"type": "git",
"url": "https://github.com/rcaziraghi/barcodereader4ui5"
},
"bugs": {
"url": "https://github.com/rcaziraghi/barcodereader4ui5/issues"
},
"keywords": [
"barcode",
"openui5",
"sapui5",
"ui5",
"javascript"
]
}