-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.11 KB
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": "ngx-image-compression",
"version": "1.0.2",
"description": "A lightweight Angular image compression and conversion library",
"keywords": [
"angular",
"image-compression",
"image-conversion",
"image-optimizer",
"ngx",
"frontend-image",
"webp",
"base64",
"blob",
"image-upload",
"s3",
"optimize-image",
"resize-image",
"compress-image"
],
"main": "index.js",
"scripts": {
"build": "tsup src/index.ts --dts --format esm,cjs --out-dir dist --clean"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ShreyashThorat-17/ngx-image-compression.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ShreyashThorat-17/ngx-image-compression/issues"
},
"homepage": "https://github.com/ShreyashThorat-17/ngx-image-compression#readme",
"devDependencies": {
"tsup": "^8.5.0",
"typescript": "^5.9.2"
},
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"files": ["dist"]
}