2025-11-13 13:13:34 -07:00

55 lines
1.2 KiB
JSON

{
"name": "@node-minify/utils",
"version": "8.0.6",
"description": "utils for @node-minify",
"keywords": [
"compressor",
"minify",
"minifier",
"utils"
],
"author": "Rodolphe Stoclin <srodolphe@gmail.com>",
"homepage": "https://github.com/srod/node-minify/tree/master/packages/utils#readme",
"license": "MIT",
"engines": {
"node": ">=16.0.0"
},
"directories": {
"lib": "dist",
"test": "__tests__"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
},
"files": [
"dist/**/*"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/srod/node-minify.git"
},
"bugs": {
"url": "https://github.com/srod/node-minify/issues"
},
"scripts": {
"clean": "pnpm dlx rimraf dist",
"build": "pnpm clean && tsup src/index.ts --format cjs,esm --dts --clean --sourcemap",
"prepublishOnly": "pnpm build"
},
"dependencies": {
"gzip-size": "6.0.0"
},
"devDependencies": {
"@node-minify/types": "8.0.6"
},
"gitHead": "9fb532af458cb6416ecfb7abfb9cc0a3b9cb42e1"
}