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