{
  "name": "@glue42/bbg-market-data",
  "version": "0.8.0",
  "main": "./dist/cjs/index.js",
  "module": "./dist/es/index.js",
  "es2015": "./dist/es2015/index.js",
  "browser": "./dist/umd/bbg-market-data.js",
  "typings": "./dist/cjs/index.d.ts",
  "license": "MIT",
  "author": {
    "name": "Glue42",
    "url": "http://www.glue42.com"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "glue",
    "glue42",
    "desktop",
    "interop",
    "bbg",
    "bloomberg",
    "market data"
  ],
  "scripts": {
    "clean": "gulp clean-dist",
    "build": "set NODE_OPTIONS=--openssl-legacy-provider && gulp build-package",
    "build:dev": "set NODE_OPTIONS=--openssl-legacy-provider && gulp build-package-dev",
    "lint": "tsc --noEmit && eslint ./src/**/**.{js,ts}",
    "lint:fix": "tsc --noEmit && eslint ./src/**/**.{js,ts} --fix",
    "test": "jest --config jest.config.js",
    "test:watch": "jest --config jest.config.js --watch",
    "test:coverage": "jest --config jest.config.js --coverage",
    "test:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --config jest.config.js --watch"
  },
  "dependencies": {
    "callback-registry": "^2.5.2",
    "date-fns": "^2.8.1",
    "shortid": "^2.2.15"
  },
  "devDependencies": {
    "@glue42/core": "^5.7.8",
    "@glue42/gateway-ws": "^3.0.18",
    "@types/jest": "^24.0.25",
    "@typescript-eslint/eslint-plugin": "^2.14.0",
    "@typescript-eslint/parser": "^2.14.0",
    "del": "^5.1.0",
    "eslint": "^6.8.0",
    "gulp": "^4.0.2",
    "husky": "^3.1.0",
    "jest": "^24.9.0",
    "lint-staged": "^9.5.0",
    "ts-jest": "^24.3.0",
    "ts-loader": "^6.2.1",
    "typescript": "^3.7.4",
    "webpack": "^4.41.5",
    "webpack-stream": "^5.2.1"
  },
  "peerDependencies": {
    "@glue42/core": "^5.7.8"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tsc --noEmit && lint-staged"
    }
  },
  "lint-staged": {
    "src/**/*.{js,ts}": [
      "eslint --fix",
      "git add"
    ]
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  }
}
