mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
36 lines
786 B
JSON
36 lines
786 B
JSON
{
|
|
"name": "@open-wc/testing-helpers",
|
|
"version": "1.8.10",
|
|
"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",
|
|
"files": [
|
|
"*.d.ts",
|
|
"*.js",
|
|
"src",
|
|
"types"
|
|
],
|
|
"keywords": [
|
|
"testing",
|
|
"helpers",
|
|
"browser-testing",
|
|
"fixtures"
|
|
],
|
|
"dependencies": {
|
|
"@open-wc/scoped-elements": "^1.2.2",
|
|
"lit-element": "^2.2.1",
|
|
"lit-html": "^1.0.0"
|
|
},
|
|
"types": "types/index.d.ts"
|
|
}
|