{
  "name": "@cavilha/badge",
  "version": "1.0.1",
  "author": "MadeiraMadeira webstore squads",
  "description": "A badge component used to highlight data features such as status, types, a numeric feature, or tagging an item.",
  "license": "ISC",
  "source": "dist/index.cjs.js",
  "main": "dist/index.cjs.js",
  "module": "dist/index.es.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/madeiramadeirabr/cavilha-ui.git"
  },
  "keywords": [
    "cavilha",
    "design",
    "system",
    "components",
    "react",
    "stitches",
    "typescript",
    "storybook"
  ],
  "bugs": {
    "url": "https://github.com/madeiramadeirabr/cavilha-ui/issues"
  },
  "homepage": "https://github.com/madeiramadeirabr/cavilha-ui#readme",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "npm run compile",
    "clean-dist": "rm -rf ./dist",
    "clean": "rm -rf ./dist && rm -rf ./node_modules && rm -rf tsconfig.build.tsbuildinfo",
    "compile": "rollup -c",
    "lib:start": "ts-node -r tsconfig-paths/register src/index.ts",
    "prepublishOnly": "npm run build",
    "test": "jest --verbose --passWithNoTests",
    "test:watch": "jest --watch"
  },
  "devDependencies": {
    "@testing-library/dom": "^8.1.0",
    "@testing-library/jest-dom": "^5.14.1",
    "@testing-library/react": "^12.0.0",
    "@testing-library/user-event": "^13.1.9",
    "@types/jest": "^26.0.24",
    "jest": "~26.1.0",
    "rollup": "^2.53.0",
    "rollup-plugin-analyzer": "^4.0.0",
    "rollup-plugin-progress": "^1.1.2",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.30.0",
    "rollup-plugin-visualizer": "^5.5.2",
    "ts-jest": "~26.5.5",
    "ts-node": "~8.10.2",
    "tsconfig-paths": "~3.9.0",
    "typescript": "4.7.4"
  },
  "peerDependencies": {
    "@stitches/react": "~1.2.8",
    "react": "^17.0.1",
    "react-dom": "^17.0.1"
  },
  "dependencies": {
    "@cavilha/theme": "~1.0.1"
  }
}