Files
open-wc/packages/testing-helpers/package.json
2020-04-20 19:01:46 +02:00

39 lines
833 B
JSON

{
"name": "@open-wc/testing-helpers",
"version": "1.7.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",
"scripts": {
"prepublishOnly": "../../scripts/insert-header.js"
},
"files": [
"*.d.ts",
"*.js",
"src"
],
"keywords": [
"testing",
"helpers",
"browser-testing",
"fixtures"
],
"peerDependencies": {
"lit-html": "^1.0.0"
},
"devDependencies": {
"lit-html": "^1.0.0",
"webpack-merge": "^4.1.5"
}
}