{
  "name": "@ossy/design-system",
  "description": "Ossy's design system React component library",
  "version": "3.0.5",
  "type": "module",
  "source": "src/index.js",
  "module": "build/index.js",
  "main": "./build/index.js",
  "exports": {
    ".": "./build/index.js"
  },
  "author": "Ossy <yourfriends@ossy.se> (https://ossy.se)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ossy-se/packages.git"
  },
  "license": "MIT",
  "scripts": {
    "build": "rollup -c rollup.config.js",
    "test": "NODE_OPTIONS=--experimental-vm-modules jest --verbose src/component-slots/slotLookup.spec.js"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "@ossy/themes": "^3.0.5",
    "markdown-to-jsx": "^9.8.1",
    "react-syntax-highlighter": "^16.1.0"
  },
  "peerDependencies": {
    "markdown-to-jsx": "^9.8.1",
    "react": ">=19.0.0 <20.0.0",
    "react-dom": ">=19.0.0 <20.0.0",
    "react-syntax-highlighter": "^16.1.0"
  },
  "ossy": {
    "src": "./src"
  },
  "dependencies": {
    "@ossy/locale": "^3.0.5",
    "@ossy/schema": "^3.0.5"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "files": [
    "/build",
    "/src",
    "README.md"
  ],
  "gitHead": "e12eb33b42db8ba8a7e1a34f6b0fe30b6879f91b"
}
