-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
27 lines (27 loc) · 1.09 KB
/
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
{
"name": "sitregorganizer",
"version": "1.0.30",
"description": "SAP Event Registration - Back end UI for Organizer",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/sapmentors/SITregOrganizer.git"
},
"scripts": {
"build": "ui5 build --include-task=generateManifestBundle generateCachebusterInfo && cp neo-app.json dist",
"build:local:neo": "/Users/gwolf/Downloads/sapjvm_8/bin/java -jar /Users/gwolf/Downloads/mta_archive_builder-1.1.20.jar --build-target=NEO --mtar mta_archives/sitregorganizer.mtar build",
"deploy:neo": "/Users/gwolf/Downloads/neo-java-web-sdk-3.123.6.2/tools/neo.sh deploy-mta --user ${CI_DEPLOY_USER} --host ${DEPLOY_HOST} --source mta_archives/sitregorganizer.mtar --account ${CI_DEPLOY_ACCOUNT} --password ${CI_DEPLOY_PASSWORD} --synchronous"
},
"author": "SAP Mentors",
"license": "Apache-2.0",
"devDependencies": {
"@sap/ui5-builder-webide-extension": "^1.1.9",
"@sapui5/ts-types": "^1.129.2",
"@ui5/cli": "^3"
},
"ui5": {
"dependencies": [
"@sap/ui5-builder-webide-extension"
]
}
}