UNPKG

@itwin/presentation-backend

Version:

Backend of iTwin.js Presentation library

110 lines 3.72 kB
{ "name": "@itwin/presentation-backend", "version": "5.0.4", "description": "Backend of iTwin.js Presentation library", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/iTwin/itwinjs-core.git", "directory": "presentation/backend" }, "keywords": [ "Bentley", "EC", "Presentation", "iTwin", "iTwin.js", "Backend" ], "author": { "name": "Bentley Systems, Inc.", "url": "http://www.bentley.com" }, "type": "module", "main": "lib/cjs/presentation-backend.js", "types": "lib/cjs/presentation-backend", "module": "lib/esm/presentation-backend.js", "exports": { ".": { "import": "./lib/esm/presentation-backend.js", "require": "./lib/cjs/presentation-backend.js" }, "./internal": { "import": "./lib/esm/presentation-backend-internal.js", "require": "./lib/cjs/presentation-backend-internal.js" }, "./package.json": "./package.json" }, "peerDependencies": { "@itwin/core-backend": "5.0.4", "@itwin/core-common": "5.0.4", "@itwin/core-bentley": "5.0.4", "@itwin/core-quantity": "5.0.4", "@itwin/presentation-common": "5.0.4", "@itwin/ecschema-metadata": "5.0.4" }, "devDependencies": { "@itwin/eslint-plugin": "5.0.0-dev.1", "@sinonjs/fake-timers": "^11.2.2", "@types/chai": "4.3.1", "@types/chai-as-promised": "^7", "@types/chai-jest-snapshot": "^1.3.8", "@types/chai-subset": "1.3.1", "@types/deep-equal": "^1", "@types/lolex": "^2.1.2", "@types/mocha": "^10.0.6", "@types/node": "~20.17.0", "@types/object-hash": "^1.3.0", "@types/semver": "7.3.10", "@types/sinon": "^17.0.2", "@types/sinon-chai": "^3.2.0", "@types/sinonjs__fake-timers": "^8.1.5", "c8": "^10.1.3", "chai": "^4.3.10", "chai-as-promised": "^7.1.1", "chai-jest-snapshot": "^2.0.0", "chai-subset": "1.6.0", "cpx2": "^8.0.0", "cross-env": "^7.0.3", "deep-equal": "^1", "eslint": "^9.13.0", "eslint-config-prettier": "^9.1.0", "mocha": "^11.1.0", "prettier": "^3.2.5", "rimraf": "^6.0.1", "sinon": "^17.0.2", "sinon-chai": "^3.7.0", "typemoq": "^2.1.0", "typescript": "~5.6.2", "@itwin/build-tools": "5.0.4", "@itwin/core-quantity": "5.0.4", "@itwin/core-backend": "5.0.4", "@itwin/ecschema-metadata": "5.0.4", "@itwin/core-bentley": "5.0.4", "@itwin/core-common": "5.0.4", "@itwin/presentation-common": "5.0.4", "internal-tools": "3.0.0-dev.69" }, "dependencies": { "@itwin/presentation-shared": "^1.2.1", "object-hash": "^1.3.1", "rxjs": "^7.8.1", "rxjs-for-await": "^1.0.0", "semver": "^7.5.2" }, "scripts": { "build": "npm run -s build:cjs && npm run -s build:esm", "build:cjs": "internal-tools build-cjs", "build:esm": "tsc 1>&2 -p tsconfig.esm.json", "clean": "rimraf -g lib .rush/temp/package-deps*.json", "cover": "c8 npm -s test", "docs": "npm run -s docs:reference && npm run -s extract && npm run -s docs:changelog", "docs:changelog": "cpx ./CHANGELOG.md ../../generated-docs/presentation/presentation-backend", "docs:reference": "betools docs --json=../../generated-docs/presentation/presentation-backend/file.json --tsIndexFile=presentation-backend.ts --tsconfig=tsconfig.esm.json --onlyJson", "extract": "betools extract --fileExt=ts --extractFrom=./src/test --recursive --out=../../generated-docs/extract", "extract-api": "betools extract-api --entry=lib/esm/presentation-backend", "lint": "eslint \"./src/**/*.ts\" 1>&2", "test": "mocha --enable-source-maps --config ./.mocharc.json", "prettier:fix": "prettier --write ." } }