{
  "name": "bry-auto-adapt",
  "version": "1.0.3",
  "type": "module",
  "description": "智能屏幕适配插件，自动将CSS中的px单位转换为vw/vh",
  "main": "index.js",
  "keywords": [
    "postcss",
    "plugin",
    "px-to-vw",
    "px-to-vh",
    "responsive",
    "adaptation"
  ],
  "author": "Your Name <your.email@example.com>",
  "license": "MIT",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "echo \"No build needed for this plugin\"",
    "release": "npm publish"
  },
  "dependencies": {
    "postcss": "^8.4.12"
  },
  "devDependencies": {},
  "peerDependencies": {
    "postcss": "^8.0.0"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/yourusername/bry-auto-adapt.git"
  },
  "bugs": {
    "url": "https://github.com/yourusername/bry-auto-adapt/issues"
  },
  "homepage": "https://github.com/yourusername/bry-auto-adapt#readme"
}
