{
  "name": "inferno-component",
  "version": "7.4.11",
  "license": "MIT",
  "description": "Inferno ES6 Component",
  "author": {
    "name": "Dominic Gannaway",
    "email": "dg@domgan.com"
  },
  "bugs": {
    "url": "https://github.com/infernojs/inferno/issues"
  },
  "homepage": "https://github.com/infernojs/inferno#readme",
  "keywords": [
    "component",
    "inferno"
  ],
  "rollup": {
    "moduleName": "Inferno"
  },
  "files": [
    "index.js",
    "dist/",
    "README.md",
    "package.json"
  ],
  "main": "index.js",
  "module": "dist/index.esm.js",
  "dev:module": "dist/index.dev.esm.js",
  "typings": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/infernojs/inferno.git",
    "directory": "packages/inferno-component"
  },
  "dependencies": {
    "inferno": "7.4.11"
  },
  "gitHead": "def458eb6f2ee735b52ce6509095adf34770722f"
}
