{
  "name": "@rojer/katex-mini",
  "version": "1.3.4",
  "description": "katex for miniprogram",
  "miniprogram": "dist",
  "type": "module",
  "main": "./dist/index.umd.cjs",
  "module": "./dist/index.js",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.umd.cjs"
    },
    "./dist/index.css": "./dist/index.css"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "vite build && cp dist/index.css dist/index.wxss"
  },
  "author": "rojer",
  "license": "ISC",
  "devDependencies": {
    "@babel/core": "^7.17.2",
    "@babel/plugin-transform-runtime": "^7.17.0",
    "@babel/polyfill": "^7.12.1",
    "@babel/preset-env": "^7.16.11",
    "@types/katex": "^0.16.7",
    "@types/node": "^24.3.0",
    "css-loader": "^5.2.0",
    "less": "^4.1.2",
    "less-loader": "^6.2.0",
    "sass": "^1.32.8",
    "sass-loader": "^10.1.1",
    "style-loader": "^3.3.1",
    "ts-loader": "^8.2.0",
    "typescript": "^4.5.5",
    "vite": "^6.3.5",
    "vite-plugin-dts": "^4.5.4"
  },
  "peerDependencies": {
    "katex": "^0.16.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rojer95/katex-mini.git"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "files": [
    "dist"
  ],
  "packageManager": "yarn@1.22.22"
}
