@open-wc/testing-helpers
Version:
Testing Helpers following open-wc recommendations
52 lines (51 loc) • 1.31 kB
JSON
{
"name": "@open-wc/testing-helpers",
"version": "3.0.1",
"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/tree/master/packages/testing-helpers",
"module": "index.js",
"type": "module",
"exports": {
".": {
"types": "./types/index.d.ts",
"default": "./index.js"
},
"./pure": {
"types": "./types/index-no-side-effects.d.ts",
"default": "./index-no-side-effects.js"
}
},
"scripts": {
"debug": "cd ../../ && npm run debug --group testing-helpers",
"prepublishOnly": "publish-docs --github-url https://github.com/open-wc/open-wc/ --git-root-dir ../../",
"test": "cd ../../ && npm run test:web --group testing-helpers"
},
"files": [
"*.d.ts",
"*.js",
"src",
"types"
],
"keywords": [
"testing",
"helpers",
"browser-testing",
"fixtures"
],
"dependencies": {
"@open-wc/scoped-elements": "^3.0.2",
"lit": "^2.0.0 || ^3.0.0",
"lit-html": "^2.0.0 || ^3.0.0"
},
"types": "types/index.d.ts"
}