@open-wc/dedupe-mixin
Version:
Dedupe JavaScript Class Mixins
44 lines (43 loc) • 1.2 kB
JSON
{
"name": "@open-wc/dedupe-mixin",
"version": "2.0.1",
"publishConfig": {
"access": "public"
},
"exports": {
".": {
"types": "./index.d.ts",
"default": "./index.js"
},
"./package.json": "./package.json"
},
"description": "Dedupe JavaScript Class Mixins",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/open-wc/open-wc.git",
"directory": "packages/dedupe-mixin"
},
"author": "open-wc",
"homepage": "https://github.com/open-wc/open-wc/tree/master/packages/dedupe-mixin",
"module": "index.js",
"type": "module",
"scripts": {
"demo-build:no-dedupe": "rollup -c demo-typed/no-dedupe/rollup.config.js",
"demo-build:with-dedupe": "rollup -c demo-typed/with-dedupe/rollup.config.js",
"prepublishOnly": "publish-docs --github-url https://github.com/open-wc/open-wc/ --git-root-dir ../../",
"site:build": "run-p demo-build:*",
"start:no-dedupe": "http-server -o demo-typed/no-dedupe/",
"start:with-dedupe": "http-server -o demo-typed/with-dedupe/"
},
"files": [
"*.d.ts",
"*.js",
"src"
],
"keywords": [
"dedupe",
"mixins"
],
"sideEffects": false
}