-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.33 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
48
49
50
51
{
"name": "be-definitive",
"version": "0.0.111",
"keywords": [
"web-components",
"web-component",
"custom-element",
"custom-elements"
],
"description": "be-definitive allows us to take some DOM that needs to repeat elsewhere on the page, and turn it into a web component.",
"main": "be-definitive.js",
"module": "be-definitive.js",
"exports": {
".": "./be-definitive.js",
"./be-definitive.js": "./be-definitive.js"
},
"files": [
"*.js",
"types.d.ts"
],
"types": "types.d.ts",
"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"
},
"dependencies": {
"be-enhanced": "0.0.52",
"be-exportable": "0.0.93",
"be-hive": "0.0.123",
"be-linked": "0.0.50",
"trans-render": "0.0.706",
"xtal-element": "0.0.579"
},
"devDependencies": {
"@playwright/test": "1.38.1",
"may-it-serve": "0.0.6",
"xtal-shell": "0.0.27"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bahrus/be-definitive.git"
},
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/bahrus/be-definitive/issues"
},
"homepage": "https://github.com/bahrus/be-definitive#readme"
}