UNPKG

@itwin/ecschema-rpcinterface-common

Version:

Schema RPC Interface common interface

50 lines 1.39 kB
{ "name": "@itwin/ecschema-rpcinterface-common", "version": "4.11.0", "description": "Schema RPC Interface common interface", "main": "lib/cjs/ecschema-rpc-interface.js", "typings": "lib/cjs/ecschema-rpc-interface", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/iTwin/itwinjs-core.git", "directory": "core/ecschema-rpc/common" }, "keywords": [ "iModel", "BIS", "EC", "Schema" ], "author": { "name": "Bentley Systems, Inc.", "url": "http://www.bentley.com" }, "peerDependencies": { "@itwin/core-bentley": "4.11.0", "@itwin/core-common": "4.11.0", "@itwin/ecschema-metadata": "4.11.0", "@itwin/core-geometry": "4.11.0" }, "devDependencies": { "@itwin/eslint-plugin": "5.0.0-dev.1", "eslint": "^9.13.0", "rimraf": "^3.0.2", "typescript": "~5.6.2", "@itwin/core-geometry": "4.11.0", "@itwin/core-bentley": "4.11.0", "@itwin/build-tools": "4.11.0", "@itwin/core-common": "4.11.0", "@itwin/ecschema-metadata": "4.11.0" }, "scripts": { "build": "npm run -s build:cjs", "build:cjs": "tsc 1>&2 --outDir lib/cjs", "clean": "rimraf lib .rush/temp/package-deps*.json", "cover": "", "docs": "", "extract-api": "betools extract-api --entry=ecschema-rpc-interface", "lint": "eslint \"./src/**/*.ts\" 1>&2", "test": "" } }