-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.13 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
{
"name": "progressive-picture",
"version": "2.0.5",
"description": "Native Lazy Loaded Picture Element with Progressive Image Change",
"main": "./dist/progressive-picture.js",
"module": "./dist/progressive-picture.js",
"types": "./dist/progressive-picture.d.ts",
"exports": {
"require": "./dist/progressive-picture.js",
"import": "./dist/progressive-picture.js",
"default": "./dist/progressive-picture.js"
},
"scripts": {
"start": "tsc",
"update": "npx npm-check-updates -u && npx typesync && npm i && npm outdated"
},
"keywords": [
"image",
"picture",
"dom",
"lazyload",
"element",
"intersectionobserver",
"mutationobserver",
"picture",
"progressive",
"progressive image"
],
"author": {
"name": "Fabian Klingenberg",
"email": "[email protected]",
"url": "https://klingenberg.netlify.com/"
},
"license": "MIT",
"devDependencies": {
"typescript": "^5.0.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Krutsch/progressive-picture.git"
},
"bugs": "https://github.com/Krutsch/progressive-picture/issues"
}