{
  "name": "@devexpress/dx-core",
  "version": "4.0.9",
  "description": "Core library for DevExtreme Reactive Components",
  "author": {
    "name": "Developer Express Inc.",
    "url": "https://www.devexpress.com/"
  },
  "bugs": {
    "url": "https://github.com/DevExpress/devextreme-reactive/issues"
  },
  "homepage": "https://devexpress.github.io/devextreme-reactive/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DevExpress/devextreme-reactive.git"
  },
  "type": "module",
  "exports": {
    ".": {
      "require": {
        "types": "./dist/dx-core.d.cts",
        "default": "./dist/dx-core.umd.cjs"
      },
      "import": {
        "types": "./dist/dx-core.d.ts",
        "default": "./dist/dx-core.es.js"
      },
      "default": "./dist/dx-core.es.js"
    }
  },
  "keywords": [
    "pluggable",
    "reactive",
    "components"
  ],
  "license": "SEE LICENSE IN README.md",
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/dx-core.umd.cjs",
  "module": "dist/dx-core.es.js",
  "globalName": "DevExpress.DXCore",
  "files": [
    "dist"
  ],
  "types": "dist/dx-core.d.ts",
  "typings": "dist/dx-core.d.ts",
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "build": "rollup -c rollup.config.js",
    "build:watch": "rollup -c rollup.config.js -w",
    "dts": "tsc -p tsconfig.dts.json && node ./merge-dts.js",
    "lint": "tslint -p tsconfig.lint.json",
    "lint:fix": "yarn lint -- --fix"
  },
  "devDependencies": {
    "@rollup/plugin-replace": "^2.3.1",
    "core-js": "^3.4.1",
    "jest": "^29.2.2",
    "prettier": "^1.19.1",
    "rollup": "^1.27.2",
    "rollup-plugin-license": "^0.12.1",
    "rollup-plugin-typescript2": "^0.31.0",
    "ts-jest": "^29.0.3",
    "tslib": "^2.4.1",
    "tslint": "^5.20.1",
    "tslint-config-airbnb": "^5.11.2",
    "tslint-config-prettier": "^1.18.0",
    "tslint-react": "^4.1.0",
    "typescript": "^4.8.4",
    "typescript-tslint-plugin": "^1.0.1"
  },
  "gitHead": "826185ce1aed2796191dad75c7cc617ec087c2a2"
}
