mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
44 lines
1.0 KiB
JSON
44 lines
1.0 KiB
JSON
{
|
|
"name": "@open-wc/testing",
|
|
"version": "2.5.25",
|
|
"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.10",
|
|
"@open-wc/testing-helpers": "^1.8.9",
|
|
"@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"
|
|
}
|
|
}
|