Files
open-wc/packages/testing/package.json
CircleCI 0632bf2004 chore: release new versions
- @open-wc/scoped-elements@1.2.1
 - storybook-addon-web-components-knobs@0.3.15
 - @open-wc/testing-helpers@1.8.7
 - @open-wc/testing@2.5.22
2020-08-14 18:24:22 +00:00

44 lines
1.0 KiB
JSON

{
"name": "@open-wc/testing",
"version": "2.5.22",
"publishConfig": {
"access": "public"
},
"description": "Testing following open-wc recommendations",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/open-wc/open-wc.git",
"directory": "packages/testing"
},
"author": "open-wc",
"homepage": "https://github.com/open-wc/open-wc/tree/master/packages/testing",
"module": "index.js",
"scripts": {
"prepublishOnly": "../../scripts/insert-header.js"
},
"files": [
"*.d.ts",
"*.js",
"import-wrappers"
],
"keywords": [
"testing",
"chai"
],
"dependencies": {
"@open-wc/chai-dom-equals": "^0.12.36",
"@open-wc/semantic-dom-diff": "^0.17.9",
"@open-wc/testing-helpers": "^1.8.7",
"@types/chai": "^4.2.11",
"@types/chai-dom": "^0.0.9",
"@types/mocha": "^5.0.0",
"@types/sinon-chai": "^3.2.3",
"chai": "^4.2.0",
"chai-a11y-axe": "^1.3.0",
"chai-dom": "^1.8.1",
"mocha": "^6.2.2",
"sinon-chai": "^3.3.0"
}
}