-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.65 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
49
50
51
52
53
54
{
"name": "remige",
"version": "0.1.2",
"description": "Remige is an advanced image compression framework, built as a fork of libSquoosh. By integrating Squoosh's powerful image codecs directly into JavaScript applications, Remige offers unparalleled compression performance and file size reduction. Designed for compatibility with the latest Node.js versions, Remige enhances image processing with modern features and optimized efficiency, making it the go-to solution for developers seeking top-tier image optimization.",
"main": "./dist/index.js",
"types": "./dist/types/index.d.ts",
"files": [
"dist"
],
"keywords": [
"image compression",
"node.js library",
"javascript codecs",
"image optimization",
"squoosh fork",
"modern development",
"parallel processing",
"image encoding",
"image resizing",
"web development",
"batch processing",
"auto optimizer",
"node.js integration",
"ci/cd pipelines",
"performance enhancement",
"image preprocessing",
"high-performance tools",
"open-source projects",
"image processing pipeline",
"memory management"
],
"repository": {
"url": "https://github.com/iamspdarsan/remige.git"
},
"homepage": "https://squoosh.app/",
"author": "PRIYADARSAN S <iamspdarsan@gmail.com>",
"license": "Apache-2.0",
"private": false,
"engines": {
"node": "*"
},
"dependencies": {
"wasm-feature-detect": "^1.6.2",
"web-streams-polyfill": "^4.0.0"
},
"devDependencies": {
"@types/node": "latest",
"typescript": "^5.5.3"
},
"scripts": {
"dev": "cls && tsc -p tscdev.json",
"build": "cls && tsc -p tsconfig.json"
}
}