Files
open-wc/packages/testing-helpers/package.json
CircleCI a67b30a5c3 chore: release new versions
- @open-wc/dedupe-mixin@1.2.10
 - @open-wc/lit-helpers@0.3.5
 - @open-wc/scoped-elements@0.7.1
 - @open-wc/semantic-dom-diff@0.17.5
 - storybook-addon-web-components-knobs@0.3.4
 - @open-wc/testing-helpers@1.6.2
 - @open-wc/testing@2.5.8
2020-03-19 15:55:52 +00:00

42 lines
901 B
JSON

{
"name": "@open-wc/testing-helpers",
"version": "1.6.2",
"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"
}