cras
Version:
25 lines • 676 B
JSON
{
"name": "<%= appname %>",
"version": "0.0.1",
"config": {
"appid": "<%= appid %>"
},
"devDependencies": {
"@sapui5/ts-types": "1.71.x",
"@ui5/cli": "2.2.6",
"@sap/ui5-builder-webide-extension": "1.0.x",
"bestzip": "2.1.4",
"rimraf": "3.0.2"
},
"scripts": {
"build:mta": "mbt build",
"deploy:mta": "cd mta_archives && cf deploy %npm_package_config_appid%_0.0.1.mtar",
"html5-list": "cf html5-list",
"html5-list-with-url": "cf html5-list -d -rt launchpad -u"
},
"ui5": {
"dependencies": [
"@sap/ui5-builder-webide-extension"
]
}
}