{
    "scripts": {
        "lint": "run -T eslint . --ext .ts,.tsx",
        "clean": "rm -rf ./dist",
        "types": "tsc ./src/index.tsx -d --emitDeclarationOnly -declarationDir ./dist",
        "dev": "parcel public/test.html",
        "build": "tsc",
        "prepublish": "npm run clean && tsc"
    },
    "devDependencies": {
        "@types/bricks.js": "^1.8.1",
        "@types/throttle-debounce": "^2.1.0",
        "parcel-bundler": "latest",
        "typescript": "^4.7.4"
    },
    "name": "@giphy/js-components",
    "version": "5.13.0",
    "description": "A lightweight set of components, focused on easy-of-use and performance.",
    "homepage": "https://github.com/Giphy/giphy-js/tree/master/packages/components",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "files": [
        "dist/**/*",
        "src/**/*"
    ],
    "author": "giannif",
    "license": "MIT",
    "publishConfig": {
        "access": "public"
    },
    "dependencies": {
        "@emotion/css": "11.9.0",
        "@giphy/js-analytics": "*",
        "@giphy/js-brand": "*",
        "@giphy/js-fetch-api": "*",
        "@giphy/js-types": "*",
        "@giphy/js-util": "*",
        "bricks.js": "^1.8.0",
        "intersection-observer": "^0.11.0",
        "preact": "10.4.8",
        "throttle-debounce": "^3.0.1"
    }
}
