{
  "name": "@microsoft/fast-animation",
  "description": "An animation library that simplifies interactions and animations using the Web Animation API.",
  "version": "4.2.4",
  "author": {
    "name": "Microsoft",
    "url": "https://discord.gg/FcSNfg4"
  },
  "homepage": "https://www.fast.design/",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Microsoft/fast.git",
    "directory": "packages/utilities/fast-animation"
  },
  "bugs": {
    "url": "https://github.com/Microsoft/fast/issues/new/choose"
  },
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc -p ./lib/tsconfig.json && yarn doc",
    "build:app": "webpack --mode=production",
    "coverage": "jest --coverage",
    "doc": "api-extractor run --local",
    "doc:ci": "api-extractor run",
    "prepare": "yarn build",
    "prettier": "prettier --config ../../../.prettierrc --write \"**/*.{ts,tsx,html}\"",
    "prettier:diff": "prettier --config ../../../.prettierrc \"**/*.{ts,tsx,html}\" --list-different",
    "start": "node_modules/.bin/webpack-dev-server --progress",
    "test": "yarn unit-tests && yarn build:app && yarn doc:ci",
    "eslint": "eslint . --ext .ts,.tsx",
    "eslint:fix": "eslint . --ext .ts,.tsx --fix",
    "unit-tests": "jest --runInBand",
    "watch": "yarn build -- -w --preserveWatchOutput"
  },
  "jest": {
    "collectCoverage": true,
    "coverageReporters": [
      "json",
      "text",
      [
        "lcov",
        {
          "projectRoot": "../../../"
        }
      ]
    ],
    "coverageThreshold": {
      "global": {
        "statements": 72,
        "branches": 56,
        "functions": 67,
        "lines": 72
      }
    },
    "rootDir": "./",
    "testEnvironment": "jsdom",
    "transform": {
      ".(ts|tsx)": "ts-jest"
    },
    "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js"
    ],
    "moduleDirectories": [
      "node_modules"
    ]
  },
  "devDependencies": {
    "@babel/core": "^7.12.13",
    "@babel/preset-env": "^7.12.13",
    "@babel/preset-react": "^7.12.13",
    "@microsoft/api-extractor": "7.24.2",
    "@microsoft/eslint-config-fast-dna": "^2.1.0",
    "@types/jest": "^27.0.0",
    "@types/node": "^15.0.1",
    "@types/react": "^16.3.0",
    "@types/react-dom": "^16.3.0",
    "@types/react-redux": "^4.4.47",
    "autoprefixer": "^10.4.7",
    "babel-loader": "^8.2.5",
    "css-loader": "^6.7.1",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.10.1",
    "eslint-loader": "^4.0.2",
    "file-loader": "^6.2.0",
    "fork-ts-checker-webpack-plugin": "^7.2.11",
    "html-webpack-plugin": "^5.5.0",
    "jest": "^27.0.0",
    "mini-css-extract-plugin": "^2.6.0",
    "postcss": "^8.4.14",
    "postcss-loader": "^7.0.0",
    "prettier": "2.0.2",
    "react": "^16.3.0",
    "react-dom": "^16.3.0",
    "react-router": "^4.1.1",
    "require-dir": "^1.2.0",
    "style-loader": "^3.3.1",
    "ts-jest": "^27.0.0",
    "ts-loader": "^9.3.0",
    "typescript": "^4.7.0",
    "webpack": "^5.72.1",
    "webpack-bundle-analyzer": "^4.5.0",
    "webpack-cli": "^4.9.2",
    "webpack-dev-server": "^4.9.1"
  },
  "dependencies": {
    "@microsoft/fast-web-utilities": "^6.0.0"
  }
}
