{
  "name": "@finn-no/fabric-react-radio",
  "license": "SEE LICENSE IN LICENSE",
  "version": "0.2.6",
  "type": "module",
  "exports": "./dist/index.js",
  "module": "dist/index.es.js",
  "files": [
    "dist/"
  ],
  "scripts": {
    "build": "microbundle -i src/index.ts -o dist/index.js --jsx React.createElement --format modern --no-pkg-main",
    "prepublishOnly": "yarn build"
  },
  "types": "dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@chbphone55/classnames": "^2.0.0",
    "@finn-no/fabric-react-utils": "^0.2.6",
    "tiny-warning": "^1.0.3"
  },
  "peerDependencies": {
    "react": "^17.0.0"
  },
  "gitHead": "329205e91d1ceb845e4d1da49dab070cfe47bc3b"
}
