{
	"name": "@bentley/imodelhub-client",
	"version": "2.19.53",
	"description": "iModel.js iModelHub Client",
	"main": "lib/imodelhub-client.js",
	"typings": "lib/imodelhub-client",
	"imodeljsSharedLibrary": true,
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "https://github.com/imodeljs/imodeljs/tree/master/clients/imodelhub"
	},
	"keywords": [
		"Bentley",
		"iModel",
		"digital-twin",
		"iTwin",
		"iModelHub Client",
		"iModelBank Client"
	],
	"author": {
		"name": "Bentley Systems, Inc.",
		"url": "http://www.bentley.com"
	},
	"dependencies": {
		"@bentley/context-registry-client": "2.19.53",
		"deep-assign": "^2.0.0",
		"js-base64": "^2.4.5"
	},
	"peerDependencies": {
		"@bentley/bentleyjs-core": "^2.19.53",
		"@bentley/frontend-authorization-client": "^2.19.53",
		"@bentley/itwin-client": "^2.19.53",
		"@bentley/rbac-client": "^2.19.53"
	},
	"devDependencies": {
		"@bentley/bentleyjs-core": "2.19.53",
		"@bentley/build-tools": "2.19.53",
		"@bentley/eslint-plugin": "2.19.53",
		"@bentley/frontend-authorization-client": "2.19.53",
		"@bentley/itwin-client": "2.19.53",
		"@bentley/rbac-client": "2.19.53",
		"@types/deep-assign": "^0.1.0",
		"@types/js-base64": "^2.3.1",
		"@types/node": "10.14.1",
		"eslint": "^7.11.0",
		"rimraf": "^3.0.2",
		"typescript": "~4.3.0"
	},
	"eslintConfig": {
		"plugins": [
			"@bentley"
		],
		"extends": "plugin:@bentley/imodeljs-recommended"
	},
	"scripts": {
		"compile": "npm run build",
		"build": "tsc 1>&2",
		"clean": "rimraf lib .rush/temp/package-deps*.json",
		"extract-api": "betools extract-api --entry=imodelhub-client",
		"docs": "betools docs --includes=../../generated-docs/extract --json=../../generated-docs/clients/imodelhub-client/file.json --excludes=@types --tsIndexFile=imodelhub-client.ts --onlyJson",
		"lint": "eslint -f visualstudio \"./src/**/*.ts\" 1>&2",
		"test": "",
		"cover": ""
	}
}
