UNPKG

@open-wc/scoped-elements

Version:
64 lines (63 loc) 1.67 kB
{ "name": "@open-wc/scoped-elements", "version": "3.0.10", "publishConfig": { "access": "public" }, "description": "Allows to auto define custom elements scoping them", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/open-wc/open-wc.git", "directory": "packages/scoped-elements" }, "author": "open-wc", "homepage": "https://github.com/open-wc/open-wc/tree/master/packages/scoped-elements", "type": "module", "exports": { "./html-element.js": { "types": "./dist-types/html-element.d.ts", "default": "./html-element.js" }, "./lit-element.js": { "types": "./dist-types/lit-element.d.ts", "default": "./lit-element.js" }, "./types.js": { "types": "./dist-types/types.d.ts" }, "./package.json": "./package.json" }, "scripts": { "prepublishOnly": "publish-docs --github-url https://github.com/open-wc/open-wc/ --git-root-dir ../../", "test": "npm run test:types && cd ../../ && npm run test:web -- --group scoped-elements", "test:types": "tsc --project test-types/tsconfig.json" }, "files": [ "dist-types/", "html-element.js", "lit-element.js", "MIGRATION.md", "README.md" ], "keywords": [ "scoped elements", "scoped", "scoped custom element registry", "custom elements", "lit-html", "lit-element", "web components", "utils", "helpers" ], "dependencies": { "@open-wc/dedupe-mixin": "^2.0.0", "lit": "^3.0.0" }, "devDependencies": { "@open-wc/testing": "^3.2.2", "@webcomponents/scoped-custom-element-registry": "^0.0.9" }, "sideEffects": false }