{
  "name": "@asphalt-react/iconpack",
  "version": "2.15.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": {
    "types": "./dist/index.d.ts",
    "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.15.0",
    "@rollup/plugin-babel": "^5.3.0"
  },
  "gitHead": "4414f2abe8aea713a0b6cafcee2ab24461ce3263"
}
