-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.04 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-buttoned-up",
"version": "0.0.2",
"description": "Give button dropdown abilities.",
"keywords": [
"web components",
"web component",
"custom elements",
"custom element",
"built-in"
],
"main": "be-buttoned-up.js",
"module": "be-buttoned-up.js",
"exports": {
".": "./be-buttoned-up.js",
"./be-buttoned-up.js": "./be-buttoned-up.js"
},
"files": [
"*.js",
"types.d.ts"
],
"types": "./types.d.ts",
"dependencies": {
"be-enhanced": "0.0.58",
"be-hive": "0.0.129",
"trans-render": "0.0.724",
"xtal-element": "0.0.581"
},
"devDependencies": {
"@playwright/test": "1.40.1",
"may-it-serve": "0.0.6"
},
"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-buttoned-up.git"
},
"author": "anderson.bruce.b@gmail.com",
"license": "MIT"
}