Files
open-wc/packages/testing-helpers/package.json
2020-10-26 15:47:12 +01:00

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"
}