{
  "name": "@microsoft/fast-components-styles-msft",
  "description": "Javascript style sheets for FAST components",
  "sideEffects": false,
  "version": "4.29.0",
  "author": {
    "name": "Microsoft",
    "url": "https://discord.gg/FcSNfg4"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/microsoft/fast-react.git"
  },
  "bugs": {
    "url": "https://github.com/Microsoft/fast/issues/new/choose"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "clean:dist": "node ../../../build/clean.js dist",
    "clean:tmp": "node ../../../build/clean.js .tmp",
    "coverage": "jest --coverage",
    "eslint": "eslint . --ext .ts",
    "eslint:fix": "eslint . --ext .ts --fix",
    "test": "yarn eslint && yarn unit-tests",
    "build": "yarn generate-palettes && tsc -p ./tsconfig.build.json",
    "build:watch": "yarn build -- -w",
    "prepare": "yarn clean:dist && yarn build",
    "prettier": "prettier --config ../../../.prettierrc --write \"**/*.ts\"",
    "prettier:diff": "prettier --config ../../../.prettierrc \"**/*.ts\" --list-different",
    "unit-tests": "jest --runInBand",
    "unit-tests:watch": "jest --watch",
    "watch": "yarn build -- -w --preserveWatchOutput",
    "generate-palettes": "rollup --config && node .tmp/generate-palettes.js && yarn clean:tmp"
  },
  "jest": {
    "collectCoverage": true,
    "coverageReporters": [
      "json",
      "text",
      [
        "lcov",
        {
          "projectRoot": "../../../"
        }
      ]
    ],
    "coverageThreshold": {
      "global": {
        "statements": 80,
        "branches": 80,
        "functions": 80,
        "lines": 80
      }
    },
    "coveragePathIgnorePatterns": [
      "/node_modules",
      "./src/utilities/color/index.ts"
    ],
    "testURL": "http://localhost",
    "transform": {
      "^.+\\.tsx?$": "ts-jest",
      "^.+\\.jsx?$": "babel-jest"
    },
    "transformIgnorePatterns": [
      "!<rootDir>/node_modules/lodash-es"
    ],
    "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(js|ts)$",
    "moduleFileExtensions": [
      "ts",
      "js"
    ]
  },
  "devDependencies": {
    "@babel/core": "^7.0.0",
    "@babel/preset-env": "^7.1.0",
    "@microsoft/eslint-config-fast-dna": "^1.2.0",
    "@types/jest": "^25.2.1",
    "babel-core": "^7.0.0-bridge.0",
    "eslint-config-prettier": "^6.10.1",
    "jest": "^25.4.0",
    "lodash-es": "^4.0.0",
    "prettier": "2.0.2",
    "rollup": "^1.18.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-typescript": "^1.0.1",
    "ts-jest": "^25.4.0",
    "tslib": "^1.10.0",
    "typescript": "^3.9.0"
  },
  "dependencies": {
    "@microsoft/fast-colors": "^5.1.0",
    "@microsoft/fast-components-class-name-contracts-base": "^4.8.0",
    "@microsoft/fast-components-class-name-contracts-msft": "^4.9.0",
    "@microsoft/fast-jss-manager": "^4.2.0",
    "@microsoft/fast-jss-utilities": "^4.8.0",
    "@microsoft/fast-web-utilities": "^4.6.0"
  },
  "peerDependencies": {
    "lodash-es": "^4.0.0"
  },
  "gitHead": "4780a9b62a37002f005f89059f2dcf389d01bc75"
}
