-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
40 lines (40 loc) · 882 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
32
33
34
35
36
37
38
39
40
{
"name": "ui5-nwabap-deployer",
"description": "UI5 Deployer to SAP NetWeaver ABAP",
"version": "2.1.0",
"author": {
"name": "Florian Pfeffer",
"email": "florian.pfeffer@outlook.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pfefferf/ui5-nwabap-deployer.git"
},
"bugs": {
"url": "https://github.com/pfefferf/ui5-nwabap-deployer/issues"
},
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "https://github.com/pfefferf/ui5-nwabap-deployer/blob/master/LICENSE"
}
],
"keywords": [
"SAP NetWeaver ABAP",
"UI5 Repository",
"SAPUI5",
"OpenUI5"
],
"devDependencies": {
"eslint": "^8.34.0",
"eslint-config-google": "^0.14.0"
},
"scripts": {
"lint": "eslint ./",
"lint:fix": "eslint ./ --fix"
},
"workspaces": [
"./packages/*"
]
}