-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.24 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
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "be-value-added",
"version": "0.0.50",
"description": "The output element provides an example of a built-in element that \"outputs\" its value. It's a bit of a strange feature, given that it displays the exact value passed in, but the \"value-add\" proposition the output element provides may be bit esoteric (a11y related).",
"main": "be-value-added.js",
"module": "be-value-added.js",
"keywords": [
"web-components",
"web-component",
"custom-element",
"custom-elements",
"decorator",
"enhancement",
"behavior",
"directive",
"custom-attribute"
],
"exports": {
".": "./be-value-added.js",
"./be-value-added.js": "./be-value-added.js"
},
"files": [
"*.js",
"types.d.ts",
"ts-refs/*"
],
"types": "index.d.ts",
"scripts": {
"test": "playwright test",
"serve": "node node_modules/may-it-serve/serve.js",
"safari": "npx playwright wk http://localhost:3030",
"update": "ncu -u && npm install"
},
"dependencies": {
"be-enhanced": "0.0.133",
"be-hive": "0.0.202",
"trans-render": "0.0.825"
},
"devDependencies": {
"may-it-serve": "0.0.8",
"@playwright/test": "1.46.0"
},
"author": "[email protected]",
"license": "MIT"
}