{
  "private": false,
  "name": "@retriever-ui/heading",
  "version": "0.0.7",
  "description": "Componente de controle de tipografia",
  "keywords": [
    "React Component",
    "Housi",
    "Retriever",
    "UI library",
    "heading"
  ],
  "author": "Joao <joao.ferreira@housi.com.br>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/indahousi/retriever.git"
  },
  "typings": "lib/index.d.ts",
  "files": [
    "lib"
  ],
  "main": "lib/index.js",
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/react": "^17.0.3",
    "@types/react-dom": "^17.0.3",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "typescript": "^4.2.4"
  },
  "scripts": {
    "build": "rm -rf lib && tsc"
  },
  "dependencies": {
    "@retriever-ui/system": "^0.5.0"
  }
}
