Skip to content

Commit

Permalink
version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
darsan-in committed Sep 30, 2024
1 parent 4981c15 commit 9cdc395
Showing 1 changed file with 54 additions and 41 deletions.
95 changes: 54 additions & 41 deletions package.json
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"
}
}

0 comments on commit 9cdc395

Please sign in to comment.