UNPKG

inferno-shared

Version:
46 lines (45 loc) 1.05 kB
{ "name": "inferno-shared", "version": "9.1.0", "license": "MIT", "type": "module", "description": "Helpers functions for Inferno", "author": { "name": "Dominic Gannaway", "email": "dg@domgan.com" }, "bugs": { "url": "https://github.com/infernojs/inferno/issues" }, "homepage": "https://github.com/infernojs/inferno#readme", "files": [ "index.cjs", "dist/", "package.json" ], "exports": { ".": { "import": "./dist/index.mjs", "require": "./index.cjs", "types": "./dist/index.d.ts" }, "./dist/index.dev.mjs": "./dist/index.dev.mjs", "./dist/index.mjs": "./dist/index.mjs" }, "module": "dist/index.mjs", "dev:module": "dist/index.dev.mjs", "typings": "dist/index.d.ts", "keywords": [ "inferno", "helpers" ], "repository": { "type": "git", "url": "https://github.com/infernojs/inferno.git", "directory": "packages/inferno-shared" }, "rollup": { "moduleName": "Inferno" }, "gitHead": "f1a7fa2f1d6823989b30ffda410b340eb5ed3963" }