{
  "name": "@asphalt-react/context",
  "version": "2.16.0",
  "description": "share context among asphalt components",
  "keywords": [
    "asphalt",
    "context"
  ],
  "author": "UX Engineering - Web <uxe@gojek.com>",
  "directories": {
    "test": "__tests__"
  },
  "type": "module",
  "main": "./dist/index.js",
  "exports": {
    "import": "./dist/index.js",
    "require": "./dist/index.cjs",
    "default": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "jest"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "react": ">= 16.8.2"
  },
  "license": "UNLICENSED",
  "devDependencies": {
    "@asphalt-react/build": "^2.16.0",
    "@rollup/plugin-babel": "^5.3.0"
  },
  "gitHead": "59a03f46e8fa4c01d2a18fa2cc88b75e188f3c33"
}
