-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.62 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.62 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
47
48
49
50
51
52
53
{
"name": "@sap-ux/project-access",
"version": "1.35.20",
"description": "Library to access SAP Fiori tools projects",
"repository": {
"type": "git",
"url": "https://github.com/SAP/open-ux-tools.git",
"directory": "packages/project-access"
},
"bugs": {
"url": "https://github.com/SAP/open-ux-tools/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Aproject-access"
},
"license": "Apache-2.0",
"private": false,
"main": "dist/index.js",
"scripts": {
"build": "tsc --build",
"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",
"watch": "tsc --watch"
},
"files": [
"dist",
"LICENSE",
"!dist/*.map",
"!dist/**/*.map"
],
"engines": {
"node": ">=20.x"
},
"dependencies": {
"@sap-ux/i18n": "workspace:*",
"@sap-ux/ui5-config": "workspace:*",
"fast-xml-parser": "5.5.9",
"findit2": "2.2.3",
"json-parse-even-better-errors": "5.0.0",
"mem-fs": "2.1.0",
"mem-fs-editor": "9.4.0",
"semver": "7.7.4"
},
"devDependencies": {
"@sap-ux/logger": "workspace:*",
"@sap-ux/vocabularies-types": "0.15.0",
"@types/mem-fs": "1.1.2",
"@types/mem-fs-editor": "7.0.1",
"@types/semver": "7.7.1",
"@ui5/manifest": "1.85.0",
"vscode-uri": "3.1.0"
}
}