{
  "name": "@unocss-applet/preset-rpx-to-rem",
  "type": "module",
  "version": "0.3.0",
  "packageManager": "pnpm@7.2.1",
  "description": "",
  "author": "Neil Lee <zguolee@foxmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/unocss-applet/unocss-applet/tree/main/packages/preset-rpx-to-rem#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unocss-applet/unocss-applet.git",
    "directory": "packages/preset-rpx-to-rem"
  },
  "bugs": "https://github.com/unocss-applet/unocss-applet/issues",
  "keywords": [
    "unocss",
    "unocss-preset",
    "uni-app"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.cjs",
      "import": "./dist/index.mjs"
    }
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "unbuild",
    "stub": "unbuild --stub"
  }
}