-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.07 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-oosoom",
"version": "0.0.11",
"description": "Notify element/behaviors when to be engaged.",
"keywords": [
"web-components",
"web-component",
"custom-element",
"custom-elements"
],
"main": "be-oosoom.js",
"module": "be-oosoom.js",
"files": [
"*.*"
],
"exports": {
".": "./be-oosoom.js",
"./be-oosoom.js": "./be-oosoom.js"
},
"types": "types.d.ts",
"dependencies": {
"be-decorated": "0.0.190",
"be-hive": "0.0.77",
"be-intersectional": "0.0.71"
},
"devDependencies": {
"@playwright/test": "1.27.1",
"may-it-serve": "0.0.3",
"@skypack/package-check": "0.2.2",
"xtal-shell": "0.0.27"
},
"scripts": {
"serve": "node node_modules/may-it-serve/serve.js",
"test": "playwright test",
"package-check": "package-check"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bahrus/be-oosoom.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/bahrus/be-oosoom/issues"
},
"homepage": "https://github.com/bahrus/be-oosoom#readme"
}