-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.09 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
{
"name": "be-lazy",
"version": "0.0.32",
"description": "Instantiate template when viewable.",
"keywords": [
"web-components",
"web-component",
"custom-element",
"custom-elements"
],
"main": "be-lazy.js",
"module": "be-lazy.js",
"scripts": {
"serve": "node node_modules/may-it-serve/serve.js",
"test": "playwright test",
"update": "ncu -u && npm install"
},
"files": [
"*.js",
"types.d.ts"
],
"exports": {
".": "./be-lazy.js",
"./be-lazy.js": "./be-lazy.js",
"./🦥.js": "./🦥.js"
},
"types": "types.d.ts",
"dependencies": {
"be-enhanced": "0.0.128",
"be-hive": "0.0.199",
"be-intersectional": "0.0.77",
"trans-render": "0.0.818"
},
"devDependencies": {
"@playwright/test": "1.45.3",
"may-it-serve": "0.0.8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bahrus/be-lazy.git"
},
"author": "anderson.bruce.b@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/bahrus/be-lazy/issues"
},
"homepage": "https://github.com/bahrus/be-lazy#readme"
}