@open-wc/testing
Version:
Testing following open-wc recommendations
53 lines (52 loc) • 1.38 kB
JSON
{
"name": "@open-wc/testing",
"version": "4.0.0",
"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",
"type": "module",
"exports": {
".": {
"types": "./index.d.ts",
"default": "./index.js"
},
"./pure": {
"types": "./index-no-side-effects.d.ts",
"default": "./index-no-side-effects.js"
}
},
"scripts": {
"build-plugins": "rollup -c rollup.config.js",
"debug": "cd ../../ && yarn debug --group testing",
"monorepo:postinstall": "npm run build-plugins",
"prepublishOnly": "publish-docs --github-url https://github.com/open-wc/open-wc/ --git-root-dir ../../",
"test": "cd ../../ && yarn test:web --group testing"
},
"files": [
"*.d.ts",
"*.js",
"plugins"
],
"keywords": [
"testing",
"chai"
],
"dependencies": {
"@esm-bundle/chai": "^4.3.4-fix.0",
"@open-wc/semantic-dom-diff": "^0.20.0",
"@open-wc/testing-helpers": "^3.0.0",
"@types/chai-dom": "^1.11.0",
"@types/sinon-chai": "^3.2.3",
"chai-a11y-axe": "^1.5.0"
}
}