forked from open-wc/open-wc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 997 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "@open-wc/testing",
"version": "2.3.2",
"description": "Testing following open-wc recommendations",
"author": "open-wc",
"homepage": "https://github.com/open-wc/open-wc/",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/open-wc/open-wc.git",
"directory": "packages/testing"
},
"module": "index.js",
"files": [
"*.js",
"*.d.ts"
],
"scripts": {
"prepublishOnly": "../../scripts/insert-header.js"
},
"dependencies": {
"@open-wc/chai-dom-equals": "^0.12.36",
"@open-wc/semantic-dom-diff": "^0.14.1",
"@open-wc/testing-helpers": "^1.2.1",
"@types/chai": "^4.1.7",
"@types/chai-dom": "^0.0.8",
"@types/mocha": "^5.0.0",
"@types/sinon-chai": "^3.2.3",
"chai": "^4.2.0",
"chai-a11y-axe": "^1.2.1",
"chai-dom": "^1.8.1",
"mocha": "^5.0.0",
"sinon-chai": "^3.3.0"
},
"devDependencies": {
"sinon": "^7.4.1"
}
}