mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
- @open-wc/building-webpack@2.13.24 - @open-wc/demoing-storybook@2.2.10 - es-dev-server@1.50.4 - @open-wc/karma-esm@2.16.4 - @open-wc/testing-karma-bs@1.3.69 - @open-wc/testing-karma@3.3.26
40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"name": "@open-wc/testing-karma-bs",
|
|
"version": "1.3.69",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"description": "Testing with karma using browserstack following open-wc recommendations",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/open-wc/open-wc.git",
|
|
"directory": "packages/testing-karma-bs"
|
|
},
|
|
"author": "open-wc",
|
|
"homepage": "https://github.com/open-wc/open-wc/tree/master/packages/testing-karma-bs",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"prepublishOnly": "../../scripts/insert-header.js",
|
|
"test": "karma start demo/karma.conf.js --coverage",
|
|
"test:bs": "karma start demo/karma.bs.conf.js --legacy --coverage",
|
|
"test:legacy": "karma start demo/karma.conf.js --legacy --coverage",
|
|
"test:legacy:watch": "karma start demo/karma.conf.js --legacy --auto-watch=true --single-run=false",
|
|
"test:watch": "karma start demo/karma.conf.js --auto-watch=true --single-run=false"
|
|
},
|
|
"files": [
|
|
"*.js"
|
|
],
|
|
"keywords": [
|
|
"testing",
|
|
"karma",
|
|
"browserstack",
|
|
"config"
|
|
],
|
|
"dependencies": {
|
|
"@open-wc/testing-karma": "^3.3.26",
|
|
"@types/node": "^11.13.0",
|
|
"karma-browserstack-launcher": "^1.0.0"
|
|
}
|
|
}
|