mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
- @open-wc/building-rollup@0.22.12 - @open-wc/building-utils@2.16.2 - @open-wc/building-webpack@2.13.11 - @open-wc/create@0.28.2 - @open-wc/dedupe-mixin@1.2.14 - @open-wc/demoing-storybook@1.15.2 - es-dev-server@1.46.1 - @open-wc/karma-esm@2.13.22 - @open-wc/lit-helpers@0.3.6 - @mdjs/core@0.1.8 - polyfills-loader@1.5.3 - @open-wc/rollup-plugin-html@0.3.7 - rollup-plugin-index-html@1.10.5 - @open-wc/rollup-plugin-polyfills-loader@0.5.1 - @open-wc/scoped-elements@1.0.6 - @open-wc/semantic-dom-diff@0.17.6 - storybook-addon-markdown-docs@0.2.3 - storybook-addon-web-components-knobs@0.3.5 - @open-wc/testing-helpers@1.7.0 - @open-wc/testing-karma-bs@1.3.55 - @open-wc/testing-karma@3.3.11 - @open-wc/testing@2.5.9 - @open-wc/webpack-index-html-plugin@1.7.5
42 lines
901 B
JSON
42 lines
901 B
JSON
{
|
|
"name": "@open-wc/testing-helpers",
|
|
"version": "1.7.0",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"description": "Testing Helpers following open-wc recommendations",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/open-wc/open-wc.git",
|
|
"directory": "packages/testing-helpers"
|
|
},
|
|
"author": "open-wc",
|
|
"homepage": "https://github.com/open-wc/open-wc/tree/master/packages/testing-helpers",
|
|
"scripts": {
|
|
"prepublishOnly": "../../scripts/insert-header.js"
|
|
},
|
|
"files": [
|
|
"*.d.ts",
|
|
"*.js",
|
|
"src"
|
|
],
|
|
"keywords": [
|
|
"testing",
|
|
"helpers",
|
|
"browser-testing",
|
|
"fixtures"
|
|
],
|
|
"peerDependencies": {
|
|
"lit-html": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.2.0",
|
|
"lit-html": "^1.0.0",
|
|
"mocha": "^6.2.2",
|
|
"sinon": "^7.4.1",
|
|
"webpack-merge": "^4.1.5"
|
|
},
|
|
"module": "index.js"
|
|
}
|