{
  "name": "@itwin/ecschema-locaters",
  "version": "5.13.4",
  "description": "EC Schema file locaters",
  "license": "MIT",
  "main": "lib/cjs/ecschema-locaters.js",
  "module": "lib/esm/ecschema-locaters.js",
  "typings": "lib/cjs/ecschema-locaters",
  "repository": {
    "type": "git",
    "url": "https://github.com/iTwin/itwinjs-core.git",
    "directory": "core/ecschema-locaters"
  },
  "keywords": [
    "Bentley",
    "iModel",
    "iTwin.js",
    "EC"
  ],
  "author": {
    "name": "Bentley Systems, Inc.",
    "url": "http://www.bentley.com"
  },
  "devDependencies": {
    "@bentley/aec-units-schema": "^1.0.3",
    "@bentley/architectural-physical-schema": "^1.0.3",
    "@bentley/bis-core-schema": "^1.0.15",
    "@bentley/bis-custom-attributes-schema": "^1.0.0",
    "@bentley/construction-schema": "^1.0.4",
    "@bentley/core-custom-attributes-schema": "^1.0.4",
    "@bentley/ecdb-map-schema": "^2.0.1",
    "@bentley/ecdb-schema-policies-schema": "^1.0.1",
    "@bentley/formats-schema": "^1.0.0",
    "@bentley/linear-referencing-schema": "^2.0.3",
    "@bentley/physical-material-schema": "^1.0.2",
    "@bentley/plant-custom-attributes-schema": "^1.0.1",
    "@bentley/quantity-takeoffs-aspects-schema": "^1.0.1",
    "@bentley/spatial-composition-schema": "^1.0.1",
    "@bentley/structural-physical-schema": "^1.0.1",
    "@bentley/units-schema": "^1.0.11",
    "@itwin/eslint-plugin": "^6.0.0",
    "@types/chai": "4.3.1",
    "@types/chai-as-promised": "^7",
    "@types/fs-extra": "^4.0.7",
    "@types/mocha": "^10.0.6",
    "@types/node": "~20.17.0",
    "@types/sinon": "^17.0.2",
    "chai": "^4.3.10",
    "chai-as-promised": "^7.1.1",
    "cpx2": "^8.0.0",
    "eslint": "^9.31.0",
    "mocha": "^11.1.0",
    "nyc": "^17.1.0",
    "rimraf": "^6.0.1",
    "sinon": "^17.0.2",
    "typescript": "~5.6.2",
    "@itwin/build-tools": "5.13.4",
    "@itwin/ecschema-metadata": "5.13.4"
  },
  "dependencies": {
    "glob": "^13.0.6",
    "fs-extra": "^8.1.0",
    "@xmldom/xmldom": "~0.8.13"
  },
  "peerDependencies": {
    "@itwin/ecschema-metadata": "5.13.4"
  },
  "nyc": {
    "extends": "./node_modules/@itwin/build-tools/.nycrc",
    "sourceMap": false
  },
  "scripts": {
    "build": "npm run -s build:cjs && npm run -s build:esm && npm run -s copy:test-assets",
    "build:cjs": "tsc 1>&2 --outDir lib/cjs",
    "build:esm": "tsc 1>&2 --module ES2022 --outDir lib/esm",
    "clean": "rimraf -g lib .rush/temp/package-deps*.json",
    "copy:test-assets": "cpx \"./src/test/assets/**/*\" ./lib/cjs/test/assets",
    "extract-api": "betools extract-api --entry=ecschema-locaters",
    "lint": "eslint \"./src/**/*.ts\" 1>&2",
    "lint-deprecation": "eslint --fix -f visualstudio --no-inline-config -c ../../common/config/eslint/eslint.config.deprecation-policy.js \"./src/**/*.ts\"",
    "test": "mocha",
    "docs": "betools docs --json=../../generated-docs/core/ecschema-locaters/file.json --tsIndexFile=./ecschema-locaters.ts --onlyJson",
    "cover": "nyc npm -s test",
    "start": "npm run -s lint && npm run -s clean && npm run -s build && npm run -s test & npm run -s cover & npm run -s docs"
  }
}