{
  "name": "relax-babel-plugin-auto-css-modules",
  "version": "1.0.5",
  "description": "a babel plugin for distinguish css from css modules.",
  "keywords": [
    "babel",
    "babel-plugin",
    "auto-css-modules"
  ],
  "author": "廖程宁 <liaochengning@ewell.cc>",
  "homepage": "",
  "license": "ISC",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "gitHead": "7aec081103359b51b86aace8cefc2283f7670d96",
  "devDependencies": {
    "@babel/traverse": "^7.13.0",
    "@babel/types": "^7.13.12"
  }
}
