{
  "name": "@asphalt-react/iconpack",
  "version": "2.0.0",
  "description": "Icons for Asphalt React Components",
  "keywords": [
    "asphalt",
    "icon"
  ],
  "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"
  },
  "license": "Apache-2.0",
  "peerDependencies": {
    "react": ">= 16.8.2"
  },
  "devDependencies": {
    "@asphalt-react/build": "^2.0.0",
    "@rollup/plugin-babel": "^5.3.0"
  },
  "gitHead": "670cc440d262dac252453b7479d82a8b6e3cf9f2"
}
