UNPKG

@itwin/access-control-client

Version:

Access control client for the iTwin platform

75 lines (74 loc) 2.33 kB
{ "name": "@itwin/access-control-client", "version": "3.6.0", "description": "Access control client for the iTwin platform", "main": "lib/cjs/access-control-client.js", "module": "lib/esm/access-control-client.js", "typings": "lib/cjs/access-control-client", "scripts": { "build": "npm run -s build:cjs && npm run -s build:esm", "build:cjs": "tsc 1>&2 --outDir lib/cjs", "build:esm": "tsc 1>&2 --module ES2020 --outDir lib/esm", "clean": "rimraf lib", "lint": "eslint -f visualstudio \"./src/**/*.ts\" 1>&2", "lint:fix": "npm run lint -- --fix", "webpackTests": "webpack --config ./src/test/utils/webpack.config.js 1>&2", "test": "npm run -s webpackTests && npm run -s test:chrome", "test:chrome": "certa -r chrome", "test:electron": "certa -r electron", "change": "beachball change", "check": "beachball check", "version-bump": "beachball bump", "publish-package": "beachball publish --yes" }, "dependencies": { "axios": "~1.11.0" }, "devDependencies": { "@itwin/build-tools": "^3.0.0", "@itwin/certa": "^3.0.0", "@itwin/core-bentley": "^3.0.0", "@itwin/eslint-plugin": "^3.0.0", "@itwin/oidc-signin-tool": "3.6.1", "@types/chai": "4.1.4", "@types/jest": "^28.1.6", "@types/mocha": "8.2.2", "@types/node": "14.14.31", "beachball": "^2.51.0", "chai": "^4.4.1", "dotenv": "^10.0.0", "dotenv-expand": "^5.1.0", "eslint": "^7.11.0", "mocha": "^10.6.0", "rimraf": "^3.0.2", "source-map-loader": "^1.1.3", "typescript": "~4.4.0", "webpack": "^5.92.1", "webpack-cli": "^5.1.4" }, "repository": { "type": "git", "url": "https://github.com/iTwin/access-control-client" }, "author": { "name": "Bentley Systems, Inc", "url": "http://www.bentley.com" }, "license": "MIT", "keywords": [ "Bentley", "iTwin", "access-control" ], "eslintConfig": { "plugins": [ "@itwin" ], "extends": "plugin:@itwin/itwinjs-recommended", "rules": { "no-duplicate-imports": "off", "@typescript-eslint/consistent-type-imports": "error" } }, "packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee" }