{
  "name": "primer-react-prototype",
  "version": "0.3.0",
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "postbuild": "node ./bin/docgen.js",
    "test": "tsdx test --passWithNoTests",
    "lint": "tsdx lint",
    "prepare": "tsdx build",
    "size": "size-limit",
    "analyze": "size-limit --why"
  },
  "peerDependencies": {
    "react": ">=16",
    "react-dom": ">=16",
    "styled-components": "5.x"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "author": "Cole Bemis",
  "module": "dist/primer-react-prototype.esm.js",
  "size-limit": [
    {
      "path": "dist/primer-react-prototype.cjs.production.min.js",
      "limit": "10 KB"
    },
    {
      "path": "dist/primer-react-prototype.esm.js",
      "limit": "10 KB"
    }
  ],
  "devDependencies": {
    "@emotion/react": "^11.1.4",
    "@emotion/styled": "^11.0.0",
    "@size-limit/preset-small-lib": "^4.9.2",
    "@types/react": "^17.0.1",
    "@types/react-dom": "^17.0.0",
    "babel-plugin-styled-components": "^1.12.0",
    "globby": "^11.0.2",
    "husky": "^4.3.8",
    "react": "^17.0.1",
    "react-docgen-typescript": "^1.21.0",
    "react-dom": "^17.0.1",
    "size-limit": "^4.9.2",
    "styled-components": "^5.2.1",
    "tsdx": "^0.14.1",
    "tslib": "^2.1.0",
    "typescript": "^4.1.3"
  },
  "dependencies": {
    "@primer/primitives": "^0.0.0-20212382031",
    "@styled-system/css": "^5.1.5",
    "@types/styled-components": "^5.1.7",
    "@types/styled-system": "^5.1.10",
    "@types/styled-system__css": "^5.0.14",
    "styled-system": "^5.1.5"
  }
}
