-
Notifications
You must be signed in to change notification settings - Fork 274
/
Copy pathpackage.json
43 lines (43 loc) · 1.03 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
42
43
{
"name": "@ui5/webcomponents-localization",
"version": "1.21.0-rc.0",
"description": "Localization for UI5 Web Components",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
"type": "module",
"keywords": [
"openui5",
"sapui5",
"ui5"
],
"repository": {
"type": "git",
"url": "https://github.com/SAP/ui5-webcomponents.git",
"directory": "packages/localization"
},
"exports": {
"./dist/*": "./dist/*",
"./package.json": "./package.json",
"./*": "./dist/*"
},
"scripts": {
"clean": "nps clean",
"lint": "nps lint",
"start": "nps start",
"build": "nps build",
"generate": "nps generate",
"copyGenerated": "nps copyGenerated",
"prepublishOnly": "tsc"
},
"devDependencies": {
"@openui5/sap.ui.core": "1.116.0",
"@ui5/webcomponents-tools": "1.21.0-rc.0",
"chromedriver": "119.0.1",
"mkdirp": "^1.0.4",
"resolve": "^1.20.0"
},
"dependencies": {
"@types/openui5": "^1.113.0",
"@ui5/webcomponents-base": "1.21.0-rc.0"
}
}