-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.17 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
46
47
{
"name": "be-sharing",
"version": "0.0.5",
"keywords": [
"web-components",
"web-component",
"custom-element",
"custom-elements"
],
"description": "Share values from (enhancements of) the adorned element to other neighboring DOM (custom) elements.",
"main": "be-sharing.js",
"module": "be-sharing.js",
"exports": {
".": "./be-sharing.js"
},
"files": [
"*.js"
],
"dependencies": {
"be-enhanced": "0.0.133",
"be-gingerly": "0.0.5",
"be-hive": "0.0.202",
"mount-observer": "0.0.34",
"trans-render": "0.0.825"
},
"devDependencies": {
"be-scoped": "0.0.43",
"may-it-serve": "0.0.8",
"@playwright/test": "1.46.1"
},
"scripts": {
"serve": "node node_modules/may-it-serve/serve.js",
"test": "playwright test",
"safari": "npx playwright wk http://localhost:3030",
"update": "ncu -u && npm install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bahrus/be-sharing.git"
},
"author": "anderson.bruce.b@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/bahrus/be-sharing/issues"
},
"homepage": "https://github.com/bahrus/be-sharing#readme"
}