{
  "name": "@mekari/pixel-styled-system",
  "description": "Mekari Pixel | Styled system component",
  "version": "0.1.0",
  "homepage": "https://mekari.design/",
  "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-styled-system.cjs.js",
  "module": "dist/mekari-pixel-styled-system.esm.js",
  "files": [
    "dist",
    "src",
    "types"
  ],
  "scripts": {
    "build": "preconstruct build",
    "dev": "preconstruct dev",
    "clean": "rimraf ./dist"
  },
  "dependencies": {
    "@chakra-ui/styled-system": "^1.12.2"
  },
  "publishConfig": {
    "access": "public"
  }
}
