{
  "name": "@smashing/typography",
  "version": "1.1.0",
  "description": "Typography components",
  "repository": "eyedea-io/smashing-ui",
  "license": "MIT",
  "main": "lib/cjs/index.js",
  "types": "lib/esm/index.d.ts",
  "module": "lib/esm/index.js",
  "files": [
    "lib/esm",
    "lib/cjs"
  ],
  "author": "Eyedea AS",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@smashing/theme": "^0.15.0"
  },
  "devDependencies": {
    "react": "^16.13.1"
  },
  "peerDependencies": {
    "react": "^16.13.1",
    "styled-components": "^5.0.0"
  },
  "keywords": [
    "smashing",
    "react",
    "ui"
  ],
  "gitHead": "740f8766b670be516649da65217634ae921a56ac"
}
