{
  "name": "@microsoft/fast-jss-utilities",
  "description": "Utilities for use with JSS",
  "sideEffects": false,
  "version": "4.8.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": {
    "build": "tsc -p ./tsconfig.build.json",
    "clean:dist": "node ../../../build/clean.js dist",
    "coverage": "jest --coverage",
    "prepare": "yarn clean:dist && yarn build",
    "prettier": "prettier --config ../../../.prettierrc --write \"**/*.ts\"",
    "prettier:diff": "prettier --config ../../../.prettierrc \"**/*.ts\" --list-different",
    "test": "yarn eslint && yarn unit-tests",
    "eslint": "eslint . --ext .ts,",
    "eslint:fix": "eslint . --ext .ts --fix",
    "unit-tests": "jest --runInBand",
    "watch": "yarn build -- -w --preserveWatchOutput"
  },
  "jest": {
    "collectCoverage": true,
    "coverageReporters": [
      "json",
      "text",
      [
        "lcov",
        {
          "projectRoot": "../../../"
        }
      ]
    ],
    "coverageThreshold": {
      "global": {
        "statements": 100,
        "branches": 100,
        "functions": 100,
        "lines": 100
      }
    },
    "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.17.10",
    "prettier": "2.0.2",
    "ts-jest": "^25.4.0",
    "typescript": "^3.9.0"
  },
  "dependencies": {
    "@microsoft/fast-colors": "^5.1.0",
    "@microsoft/fast-jss-manager": "^4.2.0",
    "@microsoft/fast-web-utilities": "^4.6.0",
    "csstype": "^2.3.0",
    "exenv-es6": "^1.0.0"
  },
  "peerDependencies": {
    "lodash-es": "^4.17.10"
  },
  "gitHead": "4780a9b62a37002f005f89059f2dcf389d01bc75"
}
