@webcomponents/scoped-custom-element-registry
Version:
Scoped CustomElementRegistry Polyfill
94 lines (93 loc) • 2.24 kB
JSON
{
"name": "@webcomponents/scoped-custom-element-registry",
"version": "0.0.10",
"publishConfig": {
"access": "public"
},
"description": "Scoped CustomElementRegistry Polyfill",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/webcomponents/polyfills.git",
"directory": "packages/scoped-custom-element-registry"
},
"author": "The Polymer Project Authors (https://polymer.github.io/AUTHORS.txt)",
"homepage": "https://github.com/webcomponents/polyfills/tree/master/packages/scoped-custom-element-registry",
"bugs": {
"url": "https://github.com/webcomponents/polyfills/issues"
},
"main": "scoped-custom-element-registry.min.js",
"scripts": {
"build": "wireit",
"build:ts": "wireit",
"test": "wireit"
},
"files": [
"CHANGELOG.md",
"scoped-custom-element-registry.min.js*",
"src/"
],
"keywords": [
"custom-elements",
"customelements",
"web-components",
"scoped",
"scoped-customelements",
"scoped-custom-elements",
"scoped-custom-element-registry",
"webcomponents",
"polyfill",
"shim"
],
"devDependencies": {
"@open-wc/testing": "^4.0.0",
"@web/test-runner": "^0.18.0",
"@web/test-runner-mocha": "^0.9.0",
"@web/test-runner-playwright": "^0.11.0",
"wireit": "^0.14.4"
},
"wireit": {
"build": {
"dependencies": [
"build:closure"
]
},
"build:closure": {
"command": "google-closure-compiler --flagfile closure-flags.txt",
"dependencies": [
"build:ts"
],
"files": [
"closure-flags.txt",
"build/**/*.js"
],
"output": [
"scoped-custom-element-registry.min.js",
"scoped-custom-element-registry.min.js.map"
]
},
"build:ts": {
"command": "tsc",
"files": [
"tsconfig.json",
"src/**/*.ts"
],
"output": [
".tsbuildinfo",
"build"
],
"clean": "if-file-deleted"
},
"test": {
"command": "wtr",
"dependencies": [
"build"
],
"files": [
"web-test-runner.config.js",
"test/**/*.test.(js|html)"
],
"output": []
}
}
}