{
    "scripts": {
        "lint": "run -T eslint . --ext .ts,.tsx",
        "clean": "rm -rf ./dist",
        "dev": "parcel public/test.html",
        "build": "run -T tsup src/index.ts --format cjs,esm --dts && run -T publint",
        "prepublish": "npm run clean && npm run build"
    },
    "devDependencies": {
        "parcel-bundler": "latest",
        "parcel-plugin-bundle-visualiser": "1.2.0",
        "parcel-plugin-url-loader": "^1.3.1",
        "preact": "next",
        "typescript": "^5.0.4"
    },
    "name": "@giphy/js-brand",
    "version": "3.0.0",
    "description": "colors, fonts, and other shared css",
    "homepage": "https://github.com/Giphy/giphy-js/tree/master/packages/brand",
    "main": "dist/index.cjs",
    "types": "dist/index.d.ts",
    "module": "dist/index.js",
    "type": "module",
    "sideEffects": [
        "./src/typography.ts"
    ],
    "exports": {
        ".": {
            "types": "./dist/index.d.ts",
            "import": "./dist/index.js",
            "require": "./dist/index.cjs"
        },
        "./package.json": "./package.json"
    },
    "files": [
        "dist/",
        "src/**/*"
    ],
    "author": "giannif",
    "license": "MIT",
    "publishConfig": {
        "access": "public"
    },
    "source": true,
    "dependencies": {
        "emotion": "10.0.27"
    }
}
