{
  "name": "rem2px-loader",
  "version": "1.0.8",
  "description": "webpack rem2px rem2rem loader",
  "main": "index.js",
  "scripts": {
    "build": "rimraf dist typings && tsc --emitDeclarationOnly && rollup -c"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/duzhijie317/px2rem-loader.git"
  },
  "keywords": [
    "webpack",
    "rem2px",
    "rem2rem",
    "loader"
  ],
  "author": "duzhijie",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/duzhijie317/px2rem-loader/issues"
  },
  "homepage": "https://github.com/duzhijie317/px2rem-loader#readme",
  "dependencies": {
  },
  "devDependencies": {
    "css": "^3.0.0",
    "extend": "^3.0.2",
    "husky": "^7.0.4",
    "lint-staged": "^12.1.5",
    "loader-utils": "^3.2.0",
    "rimraf": "^3.0.2"
  }
}
