forked from open-wc/open-wc
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 929 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
{
"name": "@open-wc/testing-karma-bs",
"version": "0.2.15",
"description": "Testing with karma using browserstack 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-karma-bs"
},
"scripts": {
"test": "karma start demo/karma.conf.js",
"test:watch": "karma start demo/karma.conf.js --auto-watch=true --single-run=false",
"test:es5": "karma start demo/karma.es5.config.js",
"test:es5:bs": "karma start demo/karma.es5.bs.config.js",
"prepublishOnly": "../../scripts/insert-header.js"
},
"dependencies": {
"@open-wc/testing-karma": "^0.4.14",
"karma-browserstack-launcher": "^1.0.0"
},
"devDependencies": {
"chai": "^4.2.0"
}
}