{
  "name": "postcss-pxtransform",
  "version": "4.2.0",
  "description": "PostCSS plugin px 转小程序 rpx及h5 rem 单位",
  "author": "O2Team",
  "license": "MIT",
  "main": "index.js",
  "keywords": [
    "postcss",
    "css",
    "postcss-plugin",
    "pxtransform"
  ],
  "files": [
    "lib",
    "index.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NervJS/taro.git"
  },
  "bugs": {
    "url": "https://github.com/NervJS/taro/issues"
  },
  "homepage": "https://github.com/NervJS/taro/tree/main/packages/postcss-pxtransform#readme",
  "jest": {
    "testEnvironment": "node",
    "testEnvironmentOptions": {}
  },
  "engines": {
    "node": ">= 18"
  },
  "peerDependencies": {
    "postcss": "^8"
  },
  "scripts": {
    "test": "jest"
  }
}