{
  "name": "@mekari/pixel-utils",
  "version": "0.6.1",
  "description": "Common utilties and types for Pixel",
  "homepage": "https://bitbucket.org/mid-kelola-indonesia/pixel-next",
  "repository": {
    "type": "git",
    "url": "git+https://bitbucket.org:mid-kelola-indonesia/pixel-next.git"
  },
  "license": "LGPL-3.0",
  "author": "Sastra Nababan <sastra.nababan@mekari.com>",
  "sideEffects": false,
  "main": "dist/mekari-pixel-utils.cjs.js",
  "module": "dist/mekari-pixel-utils.esm.js",
  "files": [
    "dist",
    "src",
    "types"
  ],
  "scripts": {
    "build": "preconstruct build",
    "clean": "rimraf ./dist",
    "dev": "preconstruct dev",
    "test": "echo test :@mekari/pixel-utils"
  },
  "dependencies": {
    "@mekari/pixel-styled-system": "0.1.0",
    "@chakra-ui/utils": "^1.8.2",
    "color": "^3.1.2",
    "lodash-es": "^4.17.21"
  },
  "devDependencies": {
    "@emotion/css": "^11.0.0",
    "vue": "^2.6.12"
  },
  "peerDependencies": {
    "@emotion/css": "^11.0.0",
    "vue": ">=2.6.10"
  },
  "publishConfig": {
    "access": "public"
  },
  "babel": {
    "plugins": [
      [
        "@emotion",
        {
          "sourceMap": true,
          "autoLabel": "dev-only",
          "label": "[local]",
          "cssPropOptimization": true
        }
      ]
    ]
  }
}