{
  "name": "@asphalt-react/theme-provider",
  "version": "2.1.0",
  "description": "Theme provider for Asphalt React",
  "keywords": [
    "theme",
    "theming",
    "asphalt"
  ],
  "author": "UX Engineering - Web <uxe@gojek.com>",
  "license": "UNLICENSED",
  "type": "module",
  "main": "./dist/index.js",
  "exports": {
    "types": "./dist/index.d.ts",
    "import": "./dist/index.js",
    "require": "./dist/index.cjs",
    "default": "./dist/index.js"
  },
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "dist"
  ],
  "asphalt": {
    "status": "experimental"
  },
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "react": ">= 16.8.2"
  },
  "devDependencies": {
    "@asphalt-react/build": "^2.0.0",
    "@testing-library/react": "^11.2.7"
  },
  "dependencies": {
    "@asphalt-react/helper": "^2.0.0",
    "@gojek/asphalt-web-tokens": "^1.6.0",
    "prop-types": "^15.8.1",
    "text-encoder-lite": "^2.0.0"
  },
  "gitHead": "07f7e46ca908cd5d4dea245ca87e61c8f8b956b5"
}
