-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 850 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
{
"name": "adash-monitor",
"author": "xinitrc86 <felipe.dimmu@gmail.com>",
"version": "0.0.7",
"description": "ADASH Monitor",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/xinitrc86/adash-monitor.git"
},
"devDependencies": {
"@ui5/cli": "^3.5.0",
"eslint": "^7.1.0",
"node-qunit-puppeteer": "^2.0.2",
"qunit": "^2.10.0",
"start-server-and-test": "^1.11.0",
"ui5-middleware-route-proxy": "^1.0.10"
},
"scripts": {
"build": "ui5 build --clean-dest --include-task=generateManifestBundle generateCachebusterInfo",
"lint": "eslint webapp",
"start": "ui5 serve",
"test": "node-qunit-puppeteer http://localhost:8080/test/testsuite.qunit.html",
"serveNTest": "start-server-and-test start http://localhost:8080 test"
},
"ui5": {
"dependencies": [
"ui5-middleware-route-proxy"
]
}
}