@sap-ux/system-access
Version:
Reusable module allowing to access systems using the store or prompts.
52 lines • 1.55 kB
JSON
{
"name": "@sap-ux/system-access",
"description": "Reusable module allowing to access systems using the store or prompts.",
"repository": {
"type": "git",
"url": "https://github.com/SAP/open-ux-tools.git",
"directory": "packages/system-access"
},
"bugs": {
"url": "https://github.com/SAP/open-ux-tools/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Asystem-access"
},
"version": "0.5.31",
"license": "Apache-2.0",
"author": "@SAP/ux-tools-team",
"main": "dist/index.js",
"files": [
"LICENSE",
"dist",
"ui5.yaml",
"bin",
"!dist/*.map",
"!dist/**/*.map"
],
"dependencies": {
"prompts": "2.4.2",
"@sap-ux/axios-extension": "1.18.6",
"@sap-ux/btp-utils": "1.0.1",
"@sap-ux/logger": "0.6.0",
"@sap-ux/store": "1.0.0"
},
"devDependencies": {
"@types/prompts": "2.4.4",
"nock": "13.4.0",
"rimraf": "5.0.5",
"@sap-ux/project-access": "1.29.7"
},
"engines": {
"node": ">=18.x"
},
"scripts": {
"build": "tsc --build",
"watch": "tsc --watch",
"clean": "rimraf --glob dist test/test-output 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 --testPathPattern=test/unit",
"test-u": "jest --ci --forceExit --detectOpenHandles --colors -u",
"link": "pnpm link --global",
"unlink": "pnpm unlink --global"
}
}