{
  "name": "@operational/theme",
  "version": "2.0.10",
  "description": "Customization theme for the Operational UI packages.",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "repository": "git@github.com:Contiamo/operational-ui.git",
  "author": "Peter Szerzo <peter@contiamo.com>",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "package": "rimraf lib && tsc",
    "precommit": "lint-staged",
    "package:watch": "tsc -d -w",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "jest": {
    "setupFiles": [
      "../../test-polyfills.js"
    ],
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx"
    ],
    "transform": {
      "\\.(ts|tsx)$": "<rootDir>/../../node_modules/ts-jest/preprocessor.js"
    },
    "roots": [
      "<rootDir>/src"
    ],
    "testRegex": "/__tests__/.*\\.(ts|tsx|js|jsx)$"
  }
}
