{
  "name": "@aecworks/obv-bimserver-client",
  "version": "1.0.7",
  "description": "The Javascript/Typescript Client to access AECWorks BIMServer",
  "main": "dist/clients.js",
  "types": "dist/types/src/clients.d.ts",
  "scripts": {
    "install:npmjs": "npm install --registry https://registry.npmjs.org",
    "install:taobao": "npm install --registry https://registry.npm.taobao.org",
    "build": "webpack --config ./build/webpack.config.js --mode=production",
    "dev": "webpack --config ./build/webpack.config.js --mode=development",
    "lint": "tslint -c ./tslint.json --project ./tsconfig.json --format stylish ./src/**/*.{ts,tsx} ./test/**/*.{ts,tsx}",
    "lint:fix": "tslint -c ./tslint.json --project ./tsconfig.json --format stylish --fix ./src/**/*.{ts,tsx}  ./test/**/*.{ts,tsx}",
    "test:live": "jest --detectOpenHandles --no-cache --coverage --config=./jest.config.js ./test/live",
    "test:unit": "jest --detectOpenHandles --no-cache --coverage --config=./jest.config.js ./test/unit",
    "test:unit:watch": "jest --detectOpenHandles --watch --config=./jest.config.js ./test/unit",
    "test:watch": "jest --detectOpenHandles --watch --config=./jest.config.js ./test",
    "dist": "npm run test && npm run build",
    "test":"npm run test:unit",
    "registry:npmjs": "npm config set registry https://registry.npmjs.org",
    "registry:taobao": "npm config set registry https://registry.npm.taobao.org",
    "publish:npmjs": "npm publish --registry https://registry.npmjs.org",
    "prepublishOnly": "npm run dist"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "aecworks",
    "obv",
    "bimserver client"
  ],
  "repository": {
    "type": "git",
    "url": "https://gitee.com/obv/obv-bimserver-client.git"
  },
  "author": "AECWorks BIMViewer Team <bimviewer.developer@aecworks.cn",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^23.3.7",
    "@types/node": "^10.12.0",
    "babel-jest": "^23.6.0",
    "clean-webpack-plugin": "^0.1.19",
    "jest": "^23.6.0",
    "prettier": "^1.14.3",
    "source-map-loader": "^0.2.4",
    "ts-jest": "^23.10.4",
    "ts-loader": "^5.2.2",
    "tslint": "^5.11.0",
    "tslint-loader": "^3.5.4",
    "typescript": "^3.1.3",
    "webpack": "^4.22.0",
    "webpack-cli": "^3.1.2",
    "webpack-dev-server": "^3.1.9"
  },
  "dependencies": {
    "axios": "^0.18.0"
  }
}
