{
  "name": "@totallymoney/ui",
  "repository": "git@github.com:mediaingenuity/TotallyMoney.UI.git",
  "author": "totallymoney",
  "license": "MIT",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@types/styled-system": "^5.1.23",
    "@react-aria/focus": "^3.15.0",
    "prop-types": "^15.8.1",
    "react": ">=16",
    "react-dom": ">=16",
    "react-focus-lock": "^2.13.6",
    "react-nanny": "^2.15.0",
    "react-useportal": "^1.0.19",
    "styled-components": "^5.3.11",
    "styled-system": "^5.1.5",
    "uuid": "^9.0.1"
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx}": [
      "yarn eslint --cache --fix",
      "stylelint --cache --fix",
      "pretty-quick --staged",
      "jest --findRelatedTests --passWithNoTests"
    ]
  },
  "resolutions": {
    "jackspeak": "2.1.1"
  },
  "version": "15.48.0"
}
