{
  "name": "@atlaskit/type-helpers",
  "version": "4.2.3",
  "description": "Some helpers for Typescript typing of Atlaskit",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "license": "Apache-2.0",
  "module": "dist/esm/index.js",
  "main": "dist/cjs/index.js",
  "atlaskit:src": "src/index.ts",
  "types": "dist/cjs/index.d.ts",
  "sideEffects": false,
  "author": "Atlassian Pty Ltd",
  "repository": "https://bitbucket.org/atlassian/atlaskit-mk-2",
  "peerDependencies": {
    "react": "^16.8.0"
  },
  "atlaskit": {
    "internal": true,
    "name": "Type Helpers"
  },
  "team": "Design System Team",
  "devDependencies": {},
  "keywords": [
    "atlaskit",
    "react",
    "ui"
  ]
}
