-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
97 lines (97 loc) · 2.94 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"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 <darsan@cresteem.com>",
"maintainers": [
"CRESTEEM <connect@cresteem.com>",
"DARSAN <darsan@cresteem.com>"
],
"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"
}
}