{
  "name": "@beamwind/reset",
  "version": "2.0.2",
  "description": "An opinionated set of base styles for legacy browsers like IE10/11",
  "keywords": [
    "beamwind",
    "tailwind"
  ],
  "homepage": "https://github.com/kenoxa/beamwind#readme",
  "bugs": {
    "url": "https://github.com/kenoxa/beamwind/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kenoxa/beamwind.git",
    "directory": "packages/reset"
  },
  "license": "MIT",
  "author": "Kenoxa GmbH <https://kenoxa.com>",
  "main": "./node/reset.js",
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "455ccf1ebdafc315b775b3c4f235267c617877ee",
  "exports": {
    ".": {
      "node": "./node/reset.js",
      "esnext": "./esnext/reset.js",
      "module": "./module/reset.js",
      "script": "./script/reset.js",
      "browser": "./module/reset.js",
      "default": "./node/reset.js",
      "types": "./types/reset.d.ts"
    },
    "./": "./"
  },
  "esnext": "./esnext/reset.js",
  "module": "./module/reset.js",
  "unpkg": "./script/reset.js",
  "types": "./types/reset.d.ts",
  "sideEffects": false
}