{
  "name": "aurelia-devextreme-bridge",
  "description": "Building bridge between Aurelia and DevExtreme based on metadata used for Angular",
  "version": "20.2.5",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stenet/au-dx-builder"
  },
  "license": "ISC",
  "author": {
    "name": "Stefan Heim",
    "email": "stefan.heim@hotmail.com"
  },
  "peerDependencies": {
    "devextreme": "^20.2.3"
  },
  "devDependencies": {
    "@types/gulp": "^4.0.6",
    "@types/jest": "^24.0.9",
    "@types/node": "^10.14.4",
    "@types/rimraf": "^2.0.2",
    "aurelia-animator-css": "^1.0.4",
    "aurelia-bootstrapper": "^2.3.2",
    "aurelia-cli": "^1.0.0-beta.15",
    "aurelia-loader-nodejs": "^1.0.1",
    "aurelia-pal-nodejs": "^1.2.0",
    "aurelia-testing": "^1.0.0",
    "aurelia-tools": "^2.0.0",
    "browser-sync": "^2.26.3",
    "connect-history-api-fallback": "^1.6.0",
    "core-js": "^3.0.0",
    "cross-env": "^7.0.3",
    "debounce": "^1.2.0",
    "del": "^3.0.0",
    "devextreme": "20.2.3",
    "gulp": "^4.0.0",
    "gulp-htmlmin": "^5.0.1",
    "gulp-less": "^4.0.1",
    "gulp-notify": "^3.2.0",
    "gulp-plumber": "^1.2.1",
    "gulp-rename": "^1.4.0",
    "gulp-tslint": "^8.1.4",
    "gulp-typescript": "^5.0.0",
    "gulp-watch": "^5.0.1",
    "jest": "^24.1.0",
    "jest-cli": "^24.1.0",
    "jest-transform-stub": "^2.0.0",
    "merge2": "^1.2.3",
    "minimatch": "^3.0.4",
    "requirejs": "^2.3.6",
    "rimraf": "^2.6.3",
    "text": "requirejs/text#latest",
    "through2": "^3.0.0",
    "ts-jest": "^24.0.0",
    "ts-node": "^8.0.3",
    "tslint": "^5.13.0",
    "typescript": "^3.1.2",
    "vinyl-fs": "^3.0.3"
  },
  "scripts": {
    "build": "cross-env NODE_OPTIONS=\"--no-experimental-fetch --openssl-legacy-provider\" au build-plugin",
    "start": "cross-env NODE_OPTIONS=\"--no-experimental-fetch --openssl-legacy-provider\" au run",
    "prepare": "cross-env NODE_OPTIONS=\"--no-experimental-fetch --openssl-legacy-provider\" npm run build",
    "pretest": "cross-env NODE_OPTIONS=\"--no-experimental-fetch --openssl-legacy-provider\" au lint",
    "test": "cross-env NODE_OPTIONS=\"--no-experimental-fetch --openssl-legacy-provider\" au test",
    "build-dx": "cross-env NODE_OPTIONS=\"--no-experimental-fetch --openssl-legacy-provider\" au build-dx"
  },
  "engines": {
    "node": ">=8.9.0"
  },
  "main": "dist/commonjs/index.js",
  "types": "dist/commonjs/index.d.ts",
  "module": "dist/native-modules/index.js",
  "files": [
    "dist"
  ],
  "jest": {
    "moduleNameMapper": {
      "^aurelia-binding$": "<rootDir>/node_modules/aurelia-binding",
      "^.+\\.css$": "<rootDir>/test/mock-css"
    },
    "modulePaths": [
      "<rootDir>/src",
      "<rootDir>/node_modules"
    ],
    "moduleFileExtensions": [
      "ts",
      "js",
      "json"
    ],
    "transform": {
      "^.+\\.(css|less|sass|scss|styl|jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "jest-transform-stub",
      "^.+\\.ts$": "ts-jest"
    },
    "testRegex": "\\.spec\\.(ts|js)$",
    "setupFiles": [
      "<rootDir>/test/jest-pretest.ts"
    ],
    "testEnvironment": "node",
    "collectCoverage": true,
    "collectCoverageFrom": [
      "src/**/*.{js,ts}",
      "!**/*.spec.{js,ts}",
      "!**/node_modules/**",
      "!**/test/**"
    ],
    "coverageDirectory": "<rootDir>/test/coverage-jest",
    "coverageReporters": [
      "json",
      "lcov",
      "text",
      "html"
    ]
  }
}
