-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
54 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,54 @@ | ||
{ | ||
"name": "remige", | ||
"version": "0.1.1", | ||
"description": "Remige is a forked version of libSquoosh, integrating Squoosh's image codecs directly into your JavaScript applications. This fork ensures continued support and enhancements, compatible with the latest Node.js versions for optimal performance in modern development environments.", | ||
"main": "./dist/index.js", | ||
"types": "./dist/types/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"keywords": [ | ||
"squoosh", | ||
"compress", | ||
"image", | ||
"avif", | ||
"webp", | ||
"jpegxl", | ||
"mozjpeg" | ||
], | ||
"repository": { | ||
"url": "https://github.com/iamspdarsan/remige.git" | ||
}, | ||
"homepage": "https://github.com/iamspdarsan/remige", | ||
"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" | ||
} | ||
} | ||
{ | ||
"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" | ||
} | ||
} |