generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.65 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.65 KB
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
44
45
46
{
"name": "@sap-ux-private/preview-middleware-client",
"version": "0.18.13",
"description": "Client-side coding hosted by the preview middleware",
"repository": {
"type": "git",
"url": "https://github.com/SAP/open-ux-tools.git",
"directory": "packages/preview-middleware-client"
},
"license": "Apache-2.0",
"private": true,
"main": "dist/index.js",
"scripts": {
"build": "npm-run-all -l -p build:type-check build:component",
"build:type-check": "tsc --noEmit",
"build:component": "ui5 build --clean-dest --exclude-task minify --exclude-task generateComponentPreload",
"clean": "rimraf --glob dist coverage *.tsbuildinfo",
"format": "prettier --write '**/*.{js,json,ts,yaml,yml}' --ignore-path ../../.prettierignore",
"lint": "eslint",
"lint:fix": "eslint --fix",
"test": "jest --ci --forceExit --detectOpenHandles --colors",
"test-u": "jest --ci --forceExit --detectOpenHandles --colors -u"
},
"files": [
"dist"
],
"engines": {
"node": ">=20.x"
},
"dependencies": {
"@sap-ux-private/control-property-editor-common": "workspace:*"
},
"devDependencies": {
"@sapui5/types": "1.120.5",
"ui5-tooling-modules": "3.33.0",
"@sap-ux/eslint-plugin-fiori-tools": "workspace:*",
"@sap-ux/i18n": "workspace:*",
"@ui5/cli": "4.0.33",
"eslint-plugin-jsdoc": "50.8.0",
"npm-run-all2": "6.2.0",
"ui5-tooling-transpile": "3.9.2",
"vscode-languageserver-textdocument": "1.0.11",
"@ui5/manifest": "1.82.0"
},
"browserslist": "defaults"
}