{
  "name": "@itwin/core-orbitgt",
  "version": "5.8.4",
  "description": "",
  "main": "lib/cjs/core-orbitgt.js",
  "module": "lib/esm/core-orbitgt.js",
  "typings": "lib/cjs/core-orbitgt",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/iTwin/itwinjs-core.git",
    "directory": "core/orbitgt"
  },
  "keywords": [
    "Point Cloud"
  ],
  "author": {
    "name": "Bentley Systems, Inc.",
    "url": "http://www.bentley.com"
  },
  "devDependencies": {
    "@itwin/eslint-plugin": "^6.0.0",
    "@types/chai": "4.3.1",
    "@types/mocha": "^10.0.6",
    "@types/node": "~20.17.0",
    "chai": "^4.3.10",
    "cpx2": "^8.0.0",
    "debug": "^2.6.9",
    "eslint": "^9.31.0",
    "mocha": "^11.1.0",
    "nyc": "^17.1.0",
    "rimraf": "^6.0.1",
    "typescript": "~5.6.2",
    "@itwin/build-tools": "5.8.4",
    "@itwin/core-bentley": "5.8.4"
  },
  "nyc": {
    "extends": "./node_modules/@itwin/build-tools/.nycrc"
  },
  "scripts": {
    "build": "npm run -s build:cjs && npm run -s build:esm",
    "build:cjs": "tsc 1>&2 --outDir lib/cjs && npm run -s copy:test-assets",
    "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",
    "docs": "betools docs --json=../../generated-docs/core/core-orbitgt/file.json --tsIndexFile=./core-orbitgt.ts --onlyJson",
    "extract-api": "betools extract-api --entry=core-orbitgt",
    "lint": "",
    "lint-deprecation": "eslint --fix -f visualstudio --no-inline-config -c ../../common/config/eslint/eslint.config.deprecation-policy.js \"./src/**/*.ts\"",
    "test": "mocha",
    "cover": "nyc npm -s test"
  }
}