@itwin/clash-detection-client
Version:
Clash Detection client for the iTwin platform
44 lines (43 loc) • 1.19 kB
JSON
{
"name": "@itwin/clash-detection-client",
"version": "0.2.3",
"description": "Clash Detection client for the iTwin platform",
"main": "lib/cjs/clash-detection-client.js",
"module": "lib/esm/clash-detection-client.js",
"typings": "lib/cjs/clash-detection-client",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/iTwin/clash-detection-client"
},
"scripts": {
"build": "npm run -s build:cjs && npm run -s build:esm",
"build:cjs": "tsc 1>&2 --outDir lib/cjs",
"build:esm": "tsc 1>&2 --module ES2020 --outDir lib/esm",
"lint": "eslint -f visualstudio \"./src/**/*.ts\" 1>&2",
"lint:fix": "npm run lint -- --fix",
"pack": "npm pack",
"clean": "rimraf lib"
},
"keywords": [
"Bentley",
"iTwin",
"digital-twin",
"clash-detection",
"IModelHub"
],
"author": {
"name": "Bentley Systems, Inc.",
"url": "http://www.bentley.com"
},
"dependencies": {
"@itwin/imodels-client-management": "^4.2.3",
"axios": "^0.27.2"
},
"devDependencies": {
"@itwin/build-tools": "^3.0.0",
"@itwin/eslint-plugin": "^3.0.0",
"eslint": "^7.32.0",
"rimraf": "^3.0.2"
}
}