forked from open-wc/open-wc
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.18 KB
/
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
{
"name": "@open-wc/testing",
"version": "0.9.28",
"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"
},
"scripts": {
"test": "karma start",
"test:watch": "karma start --auto-watch=true --single-run=false",
"test:demo": "karma start demo/karma.conf.js",
"test:es5": "karma start karma.es5.config.js",
"test:es5:watch": "karma start karma.es5.config.js --auto-watch=true --single-run=false",
"test:es5:bs": "karma start karma.es5.bs.config.js",
"prepublishOnly": "../../scripts/insert-header.js"
},
"dependencies": {
"@bundled-es-modules/chai": "^4.2.0",
"@open-wc/chai-dom-equals": "^0.9.26",
"@open-wc/testing-helpers": "^0.7.25",
"@types/chai": "^4.1.7",
"mocha": "^5.0.0"
},
"devDependencies": {
"@open-wc/testing-karma": "^0.4.14",
"@open-wc/testing-karma-bs": "^0.2.15",
"@open-wc/testing-wallaby": "^0.1.11",
"webpack-merge": "^4.1.5"
}
}