-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 1.19 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "@enhance/custom-element-mixin",
"version": "1.3.1",
"description": "Custom Element mixin that enables the reuse of single file components",
"main": "index.mjs",
"scripts": {
"test": "run-s test:setup test:ci",
"test:setup": "npx playwright install --with-deps",
"test:ci": "web-test-runner \"test/*-test.html\" --node-resolve --playwright --browsers chromium firefox webkit",
"watch": "web-test-runner \"test/*-test.html\" --node-resolve --watch --playwright --browsers chromium firefox webkit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/enhance-dev/enhance-custom-element-mixin.git"
},
"keywords": [],
"author": "@dam",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/enhance-dev/enhance-custom-element-mixin/issues"
},
"homepage": "https://github.com/enhance-dev/enhance-custom-element-mixin#readme",
"devDependencies": {
"@enhance/base-element": "^1.3.2",
"@enhance/template-mixin": "^1.0.3",
"@esm-bundle/chai": "^4.3.4-fix.0",
"@web/test-runner": "^0.17.0",
"@web/test-runner-playwright": "^0.10.1",
"morphdom": "^2.7.2",
"npm-run-all": "^4.1.5",
"playwright": "^1.44.0"
}
}