{
    "name": "@wp-g2/styles",
    "version": "0.0.164",
    "description": "Style system for G2 Components.",
    "main": "dist/cjs/index.js",
    "module": "dist/es/index.js",
    "sideEffects": false,
    "types": "types",
    "scripts": {
        "clean": "rm -rf dist",
        "build:es": "BUILD_FORMAT=es zero build -d dist/es",
        "build:cjs": "BUILD_FORMAT=cjs zero build -d dist/cjs",
        "build": "npm run build:cjs && npm run build:es -- --no-clean",
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "author": "Jon Quach <hello@jonquach.com> (https://jonquach.com)",
    "license": "MIT",
    "dependencies": {
        "@wp-g2/create-styles": "^0.0.164",
        "@wp-g2/utils": "^0.0.164"
    },
    "peerDependencies": {
        "react": "^16.13.1",
        "react-dom": "^16.13.1"
    },
    "gitHead": "60816e28df2ea7910997390ba16cd1d2d54c3197"
}
