{
  "name": "@naturacosmeticos/natds-react-typography",
  "displayName": "Typography",
  "description": "Typography component for React web by Natura Design System",
  "version": "0.15.0",
  "private": false,
  "keywords": [
    "typography",
    "component",
    "react",
    "web",
    "natura",
    "natds",
    "design"
  ],
  "homepage": "https://github.com/natura-cosmeticos/natds-react/tree/main/%40components/typography#readme",
  "bugs": {
    "url": "https://github.com/natura-cosmeticos/natds-react/issues"
  },
  "license": "ISC",
  "author": "Natura Design System <designsystem@natura.net>",
  "files": [
    "dist/",
    "README.md"
  ],
  "esmodule": "dist/esm/index.js",
  "jsdelivr": "dist/umd/index.js",
  "jsnext:main": "dist/esm/index.js",
  "main": "dist/index.js",
  "module": "dist/esm/index.js",
  "source": "src/index.ts",
  "types": "dist/index.d.ts",
  "typings": "dist/index.d.ts",
  "umd:main": "dist/umd/index.js",
  "unpkg": "dist/umd/index.js",
  "directories": {
    "lib": "dist"
  },
  "repository": {
    "directory": "@components/typography",
    "type": "git",
    "url": "https://github.com/natura-cosmeticos/natds-react.git"
  },
  "scripts": {
    "build": "rollup -c",
    "start": "npm run watch",
    "watch": "rollup -c -w"
  },
  "peerDependencies": {
    "@material-ui/core": "^4.11.0",
    "react": "^16.8.0"
  },
  "config": {
    "displayName": "Typography",
    "esmodule": "dist/esm/index.js",
    "main": "dist/index.js",
    "name": "typography",
    "org": "natura-cosmeticos",
    "repo": "natds-react",
    "source": "src/index.ts",
    "types": "dist/index.d.ts",
    "umdMain": "dist/umd/index.js",
    "url": "https://github.com/natura-cosmeticos/natds-react"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "341dcfd10fd7264b39418fdd0233e0fe39905546"
}
