{
  "name": "postcss-rpx-transform",
  "version": "1.0.1",
  "description": "Let's make rpx great again! convert rpx (responsive-pixel) to px,rem,vw",
  "main": "dist/index.js",
  "types": "types/index.d.ts",
  "scripts": {
    "dev": "yarn clean && yarn dts && cross-env NODE_ENV=development rollup -cw",
    "build": "yarn clean && yarn dts && cross-env NODE_ENV=production rollup -c",
    "build:tsc": "cross-env NODE_ENV=development tsc --build tsconfig.json",
    "dts": "ttsc --emitDeclarationOnly -p tsconfig.dts.json",
    "test": "jest",
    "test7": "cross-env PostcssVersion=7 jest",
    "init:rename": "node scripts/init/rename.js",
    "init:bin": "node scripts/init/bin.js",
    "clean": "node scripts/clean.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sonofmagic/postcss-rpx-transform.git"
  },
  "files": [
    "dist",
    "types",
    "postcss7.js"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "keywords": [
    "rpx",
    "transform",
    "postcss-rpx-transform",
    "rem",
    "px",
    "pixel",
    "viewport",
    "postcss",
    "postcss-plugin",
    "postcss-rem",
    "postcss-pxtorem",
    "postcss7",
    "postcss8",
    "responsive",
    "css",
    "uni-app",
    "uni",
    "wechat",
    "mp",
    "miniprogram"
  ],
  "author": "SonOfMagic <qq1324318532@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sonofmagic/postcss-rpx-transform/issues"
  },
  "homepage": "https://github.com/sonofmagic/postcss-rpx-transform#readme",
  "devDependencies": {
    "@rollup/plugin-alias": "^3.1.9",
    "@rollup/plugin-commonjs": "^22.0.1",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.3.0",
    "@rollup/plugin-replace": "^4.0.0",
    "@rollup/plugin-typescript": "^8.3.4",
    "@tsconfig/recommended": "^1.0.1",
    "@types/jest": "^28.1.6",
    "@types/node": "^18.6.3",
    "@typescript-eslint/eslint-plugin": "^5.32.0",
    "@typescript-eslint/parser": "^5.32.0",
    "cross-env": "^7.0.3",
    "defu": "^6.0.0",
    "del": "^6.1.1",
    "eslint": "8.21.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-import": "2.26.0",
    "eslint-plugin-jest": "^26.7.0",
    "eslint-plugin-n": "^15.2.4",
    "eslint-plugin-promise": "6.0.0",
    "jest": "^28.1.3",
    "postcss": "^8.4.16",
    "postcss-pxtransform": "^3.5.2",
    "postcss7": "npm:postcss@7.0.39",
    "rollup": "^2.77.2",
    "rollup-plugin-terser": "^7.0.2",
    "ts-jest": "^28.0.7",
    "ts-node": "^10.9.1",
    "tslib": "^2.4.0",
    "ttypescript": "^1.5.13",
    "typescript": "^4.7.4",
    "typescript-transform-paths": "^3.3.1"
  }
}
