-
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
95 additions
and
94 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,96 +1,97 @@ | ||
{ | ||
"name": "@cresteem/minomax", | ||
"displayName": "Minomax", | ||
"version": "1.0.0", | ||
"description": " Minomax is a cutting-edge optimization tool tailored to enhance the performance of your web projects. Whether you're a developer striving for faster load times or a business aiming to deliver a seamless user experience, Minomax offers a powerful, all-encompassing solution. ", | ||
"main": "./dist/minomax.js", | ||
"types": "./dist/types/minomax.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./dist/types/minomax.d.ts", | ||
"import": "./dist/minomax.js", | ||
"require": "./dist/minomax.js" | ||
} | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"preferGlobal": true, | ||
"bin": { | ||
"minomax": "./dist/bin/cli-wrapper.js" | ||
}, | ||
"repository": { | ||
"url": "https://github.com/cresteem/minomax" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/cresteem/minomax/issues" | ||
}, | ||
"homepage": "https://minomax.cresteem.com", | ||
"author": "DARSAN <[email protected]>", | ||
"maintainers": [ | ||
"CRESTEEM <[email protected]>", | ||
"DARSAN <[email protected]>" | ||
], | ||
"license": "Apache-2.0", | ||
"private": false, | ||
"scripts": { | ||
"dev": "cls && rimraf dist && tsc -p tscdev.json && ncp ./bin/user-config-template.js ./dist/bin/user-config-template.js", | ||
"build": "cls && rimraf dist && tsc -p tsconfig.json && ncp ./bin/user-config-template.js ./dist/bin/user-config-template.js", | ||
"test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --testPathIgnorePatterns=main.test.ts && node --experimental-vm-modules ./node_modules/jest/bin/jest.js main.test.ts", | ||
"cjest": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js", | ||
"clean": "cls && rimraf dist", | ||
"deploy": "yarn test && yarn build && yarn publish --access public && git push" | ||
}, | ||
"keywords": [ | ||
"web optimization", | ||
"image compression", | ||
"video compression", | ||
"html minification", | ||
"css compression", | ||
"responsive design", | ||
"content delivery", | ||
"speed optimization", | ||
"cloud optimization", | ||
"compression algorithms" | ||
], | ||
"dependencies": { | ||
"@ffmpeg-installer/ffmpeg": "latest", | ||
"@ffprobe-installer/ffprobe": "latest", | ||
"ansi-colors": "^4.1.3", | ||
"cheerio": "1.0.0", | ||
"cli-progress": "^3.12.0", | ||
"commander": "13.0.0", | ||
"css": "3.0.0", | ||
"fluent-ffmpeg": "2.1.3", | ||
"glob": "11.0.0", | ||
"handstop": "^1.0.3", | ||
"html-minifier": "4.0.0", | ||
"lightningcss": "^1.29.1", | ||
"pixteroid": "^1.0.3", | ||
"puppeteer": "^23.11.1", | ||
"remige": "^0.1.2", | ||
"sharp": "^0.33.5", | ||
"svgo": "3.3.2", | ||
"terser": "5.37.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.26.0", | ||
"@babel/preset-env": "7.26.0", | ||
"@babel/preset-typescript": "7.26.0", | ||
"@types/cli-progress": "^3.11.6", | ||
"@types/css": "0.0.38", | ||
"@types/fluent-ffmpeg": "2.1.27", | ||
"@types/html-minifier": "^4.0.5", | ||
"@types/jest": "29.5.14", | ||
"@types/node": "22.10.5", | ||
"babel-jest": "29.7.0", | ||
"eslint": "^9.17.0", | ||
"ffmpeg-image-diff": "^1.16.0", | ||
"globals": "^15.14.0", | ||
"jest": "29.7.0", | ||
"ncp": "latest", | ||
"rimraf": "latest", | ||
"ts-node": "^10.9.2", | ||
"typescript": "5.7.3" | ||
} | ||
"name": "@cresteem/minomax", | ||
"displayName": "Minomax", | ||
"version": "1.0.1", | ||
"description": " Minomax is a cutting-edge optimization tool tailored to enhance the performance of your web projects. Whether you're a developer striving for faster load times or a business aiming to deliver a seamless user experience, Minomax offers a powerful, all-encompassing solution. ", | ||
"main": "./dist/minomax.js", | ||
"types": "./dist/types/minomax.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./dist/types/minomax.d.ts", | ||
"import": "./dist/minomax.js", | ||
"require": "./dist/minomax.js" | ||
} | ||
}, | ||
"files": [ | ||
"dist", | ||
"logo/minomax-icon.svg" | ||
], | ||
"preferGlobal": true, | ||
"bin": { | ||
"minomax": "./dist/bin/cli-wrapper.js" | ||
}, | ||
"repository": { | ||
"url": "https://github.com/cresteem/minomax" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/cresteem/minomax/issues" | ||
}, | ||
"homepage": "https://minomax.cresteem.com", | ||
"author": "DARSAN <[email protected]>", | ||
"maintainers": [ | ||
"CRESTEEM <[email protected]>", | ||
"DARSAN <[email protected]>" | ||
], | ||
"license": "Apache-2.0", | ||
"private": false, | ||
"scripts": { | ||
"dev": "cls && rimraf dist && tsc -p tscdev.json && ncp ./bin/user-config-template.js ./dist/bin/user-config-template.js", | ||
"build": "cls && rimraf dist && tsc -p tsconfig.json && ncp ./bin/user-config-template.js ./dist/bin/user-config-template.js", | ||
"test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --testPathIgnorePatterns=main.test.ts && node --experimental-vm-modules ./node_modules/jest/bin/jest.js main.test.ts", | ||
"cjest": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js", | ||
"clean": "cls && rimraf dist", | ||
"deploy": "yarn test && yarn build && yarn publish --access public && git push" | ||
}, | ||
"keywords": [ | ||
"web optimization", | ||
"image compression", | ||
"video compression", | ||
"html minification", | ||
"css compression", | ||
"responsive design", | ||
"content delivery", | ||
"speed optimization", | ||
"cloud optimization", | ||
"compression algorithms" | ||
], | ||
"dependencies": { | ||
"@ffmpeg-installer/ffmpeg": "latest", | ||
"@ffprobe-installer/ffprobe": "latest", | ||
"ansi-colors": "^4.1.3", | ||
"cheerio": "1.0.0", | ||
"cli-progress": "^3.12.0", | ||
"commander": "13.0.0", | ||
"css": "3.0.0", | ||
"fluent-ffmpeg": "2.1.3", | ||
"glob": "11.0.0", | ||
"handstop": "^1.0.3", | ||
"html-minifier": "4.0.0", | ||
"lightningcss": "^1.29.1", | ||
"pixteroid": "^1.0.3", | ||
"puppeteer": "^23.11.1", | ||
"remige": "^0.1.2", | ||
"sharp": "^0.33.5", | ||
"svgo": "3.3.2", | ||
"terser": "5.37.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.26.0", | ||
"@babel/preset-env": "7.26.0", | ||
"@babel/preset-typescript": "7.26.0", | ||
"@types/cli-progress": "^3.11.6", | ||
"@types/css": "0.0.38", | ||
"@types/fluent-ffmpeg": "2.1.27", | ||
"@types/html-minifier": "^4.0.5", | ||
"@types/jest": "29.5.14", | ||
"@types/node": "22.10.5", | ||
"babel-jest": "29.7.0", | ||
"eslint": "^9.17.0", | ||
"ffmpeg-image-diff": "^1.16.0", | ||
"globals": "^15.14.0", | ||
"jest": "29.7.0", | ||
"ncp": "latest", | ||
"rimraf": "latest", | ||
"ts-node": "^10.9.2", | ||
"typescript": "5.7.3" | ||
} | ||
} |