-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.01 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "cloud-mobile-services-continuous-integration",
"version": "1.0.0",
"description": "Continuous Integration examples using SAP Cloud Platform Mobile Services tools and SDKs",
"main": " ",
"scripts": {
"postinstall": "node ./bin/venv.js",
"reuse:lint": "node ./bin/reuseLint.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/SAP-samples/cloud-mobile-services-continuous-integration.git"
},
"keywords": [
"Continuous",
"Integration",
"SAP",
"Cloud",
"Platform",
"Mobile",
"Services",
"Fiori",
"Client",
"SAP",
"Cloud",
"Platform",
"SDK",
"for",
"Android"
],
"author": "SAP SE",
"license": "SEE LICENSE IN LICENSES",
"bugs": {
"url": "https://github.com/SAP-samples/cloud-mobile-services-continuous-integration/issues"
},
"homepage": "https://github.com/SAP-samples/cloud-mobile-services-continuous-integration#readme",
"dependencies": {},
"devDependencies": {
"@types/node": "^14.14.0"
}
}