mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"name": "@open-wc/dedupe-mixin",
|
|
"version": "1.2.16",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"description": "Dedupe JavaScript Class Mixins",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "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",
|
|
"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": "../../scripts/insert-header.js",
|
|
"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"
|
|
],
|
|
"devDependencies": {
|
|
"http-server": "^0.11.1"
|
|
},
|
|
"sideEffects": false
|
|
}
|