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
41 lines (41 loc) · 865 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 865 Bytes
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-helpers",
"version": "1.5.0",
"publishConfig": {
"access": "public"
},
"description": "Testing Helpers following open-wc recommendations",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/open-wc/open-wc.git",
"directory": "packages/testing-helpers"
},
"author": "open-wc",
"homepage": "https://github.com/open-wc/open-wc/",
"scripts": {
"prepublishOnly": "../../scripts/insert-header.js"
},
"files": [
"*.d.ts",
"*.js",
"src"
],
"keywords": [
"testing",
"helpers",
"browser-testing",
"fixtures"
],
"peerDependencies": {
"lit-html": "^1.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
"lit-html": "^1.0.0",
"mocha": "^6.2.2",
"sinon": "^7.4.1",
"webpack-merge": "^4.1.5"
},
"module": "index.js"
}