mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
39 lines
833 B
JSON
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"
|
|
}
|
|
}
|