{
  "name": "@chapanda/style-preset-base",
  "description": "chapanda style preset",
  "private": false,
  "type": "module",
  "version": "1.4.17-beta.3",
  "keywords": [
    "typescript",
    "javascript",
    "utils",
    "vue",
    "vue3",
    "vite",
    "react",
    "web component"
  ],
  "license": "MIT",
  "author": "baiwusanyu-c",
  "homepage": "https://github.com/baiwusanyu-c/chapanda-style-preset",
  "repository": "https://github.com/baiwusanyu-c/chapanda-style-preset",
  "bugs": "https://github.com/baiwusanyu-c/chapanda-style-preset/issues",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "require": "./index.cjs",
      "import": "./index.mjs"
    },
    "./theme": "./theme/index.scss",
    "./theme/font/DIN-Bold.otf": "./theme/font/DIN-Bold.otf",
    "./theme/font/DINNextLTPro-Medium.ttf": "./theme/font/DINNextLTPro-Medium.ttf",
    "./theme/font/DINNextLTPro-Bold.ttf": "./theme/font/DINNextLTPro-Bold.ttf",
    "./theme/font/DINNextLTPro-Heavy.ttf": "./theme/font/DINNextLTPro-Heavy.ttf"
  },
  "peerDependencies": {
    "baiwusanyu-utils": "^1.0.18"
  },
  "dependencies": {
    "baiwusanyu-utils": "^1.0.18"
  },
  "devDependencies": {},
  "main": "./index.mjs",
  "module": "./index.mjs",
  "scripts": {
    "publish:npm": "pnpm publish --no-git-checks --access public"
  }
}