forked from open-wc/open-wc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.04 KB
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
42
43
44
45
46
{
"name": "@open-wc/testing",
"version": "2.5.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/",
"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.15.5",
"@open-wc/testing-helpers": "^1.5.0",
"@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.2",
"chai-dom": "^1.8.1",
"mocha": "^6.2.2",
"sinon-chai": "^3.3.0"
},
"devDependencies": {
"sinon": "^7.4.1"
},
"module": "index.js"
}