{
  "name": "@gooddata/data-layer",
  "version": "6.0.0",
  "description": "",
  "main": "dist/index.js",
  "files": [
    "dist",
    "src",
    "LICENSE"
  ],
  "typings": "dist/index.d.ts",
  "dependencies": {
    "json-stable-stringify": "^1.0.1",
    "lodash": "^4.17.4",
    "rxjs": "^5.5.6"
  },
  "devDependencies": {
    "@gooddata/typings": "1.0.1",
    "@types/express": "4.0.37",
    "@types/invariant": "2.2.29",
    "@types/jest": "21.1.1",
    "@types/json-stable-stringify": "1.0.32",
    "@types/lodash": "4.14.61",
    "@types/node": "7.0.8",
    "gooddata": "5.0.0",
    "jest": "21.1.0",
    "jest-junit": "3.0.0",
    "ts-jest": "21.0.0",
    "tslint-config-gooddata": "0.0.8",
    "typescript": "2.5.2"
  },
  "config": {
    "tslint": "'./src/**/*.ts'"
  },
  "scripts": {
    "test": "jest --watch",
    "dev": "rm -rf dist && tsc --watch",
    "prepublish": "rm -rf dist && tsc",
    "run-tslint": "tslint -p tsconfig.base.json",
    "tslint": "yarn run-tslint -t verbose $npm_package_config_tslint",
    "tslint-ci": "mkdir -p ./ci/results && yarn run-tslint -t checkstyle -o ./ci/results/tslint-results.xml $npm_package_config_tslint",
    "validate": "tsc -p tsconfig.base.json --noEmit && yarn tslint",
    "validate-ci": "tsc -p tsconfig.base.json --noEmit && yarn tslint-ci"
  },
  "author": "GoodData",
  "license": "BSD-3-Clause",
  "jest": {
    "transform": {
      ".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
    },
    "testRegex": "(/__tests__/.*|\\.(test|spec))\\.ts$",
    "collectCoverageFrom": [
      "src/**/*.ts"
    ],
    "moduleFileExtensions": [
      "ts",
      "js"
    ],
    "mapCoverage": true
  }
}
