UNPKG

@sap-ux/project-access

Version:

Library to access SAP Fiori tools projects

52 lines 1.45 kB
{ "name": "@sap-ux/project-access", "version": "1.29.15", "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", "files": [ "dist", "LICENSE", "!dist/*.map", "!dist/**/*.map" ], "engines": { "node": ">=18.x" }, "dependencies": { "fast-xml-parser": "4.4.1", "findit2": "2.2.3", "json-parse-even-better-errors": "4.0.0", "mem-fs": "2.1.0", "mem-fs-editor": "9.4.0", "semver": "7.5.4", "@sap-ux/i18n": "0.2.3", "@sap-ux/ui5-config": "0.26.3" }, "devDependencies": { "@types/mem-fs": "1.1.2", "@types/mem-fs-editor": "7.0.1", "@types/semver": "7.5.2", "@ui5/manifest": "1.66.0", "vscode-uri": "3.0.7", "@sap-ux/logger": "0.6.0" }, "scripts": { "build": "tsc --build", "clean": "rimraf --glob dist coverage *.tsbuildinfo", "format": "prettier --write '**/*.{js,json,ts,yaml,yml}' --ignore-path ../../.prettierignore", "lint": "eslint . --ext .ts", "lint:fix": "eslint . --ext .ts --fix", "test": "jest --ci --forceExit --detectOpenHandles --colors", "watch": "tsc --watch" } }