{
  "name": "@styling/babel-plugin-transform-styling",
  "version": "0.0.31",
  "description": "The Styling babel-plugin-transform-styling module.",
  "keywords": [
    "babel",
    "plugin",
    "css-in-js",
    "react",
    "stylesheet",
    "styling"
  ],
  "homepage": "https://github.com/badbatch/styling",
  "bugs": {
    "url": "https://github.com/badbatch/styling/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/badbatch/styling"
  },
  "license": "MIT",
  "author": "Dylan Aubrey <dylanaubrey@gmail.com>",
  "main": "lib/main/index.js",
  "module": "lib/module/index.js",
  "types": "lib/types/index.d.ts",
  "bin": {
    "watch-active-builds": "./bin/watch-active-builds"
  },
  "scripts": {
    "compile": "concurrently npm:compile:*",
    "compile-watch": "concurrently npm:compile-watch:*",
    "compile-watch:main": "yarn run compile:main --watch",
    "compile-watch:types": "yarn run compile:types --watch",
    "compile:main": "cross-env BABEL_ENV=main babel ./src --out-dir ./lib/main --extensions \".ts\" --source-maps --config-file ../../babel.config.js",
    "compile:module": "cross-env BABEL_ENV=module babel ./src --out-dir ./lib/module --extensions \".ts\" --source-maps --config-file ../../babel.config.js",
    "compile:types": "tsc --build"
  },
  "dependencies": {
    "@babel/template": "^7.8.6",
    "@babel/traverse": "^7.8.6",
    "@babel/types": "^7.8.6",
    "app-root-path": "^3.0.0",
    "esm": "^3.2.25",
    "fs-extra": "^8.1.0",
    "murmurhash": "^0.0.2",
    "yargs": "^15.1.0"
  },
  "peerDependencies": {
    "@babel/runtime": "< 8",
    "@styling/file-change": "< 1",
    "@styling/helpers": "< 1",
    "@styling/types": "< 1",
    "core-js": "< 4",
    "lodash": "< 5",
    "react": "< 17"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/app-root-path": "^1.2.4",
    "@types/fs-extra": "^8.1.0",
    "@types/murmurhash": "^0.0.1",
    "@types/yargs": "^15.0.4"
  }
}