12 lines
268 B
JSON
12 lines
268 B
JSON
{
|
|
"name": "ui5.walkthrough",
|
|
"version": "1.0.0",
|
|
"description": "The UI5 walkthrough application",
|
|
"scripts": {
|
|
"start": "ui5 serve -o test/mockServer.html"
|
|
},
|
|
"devDependencies": {
|
|
"ui5-middleware-simpleproxy": "^3.3.1"
|
|
}
|
|
}
|