-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 908 Bytes
/
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
{
"name": "stencil-lazy",
"version": "1.4.0",
"description": "Decorator for StencilJs call annotated method when component is scrolled to viewport.",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"files": [
"dist/"
],
"scripts": {
"build": "tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json"
},
"dependencies": {},
"devDependencies": {
"@stencil/core": "^1.0.0",
"typescript": "^3.4.4"
},
"peerDependencies": {
"@stencil/core": "^1.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jarrvis/stencil-lazy.git"
},
"author": "Michał Kaliszewski",
"license": "MIT",
"bugs": {
"url": "https://github.com/jarrvis/stencil-lazy/issues"
},
"homepage": "https://github.com/jarrvis/stencil-lazy",
"keywords": [
"Stencil",
"decorator",
"scroll",
"lazy loading",
"IntersectionObserver"
]
}