56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"name": "@node-minify/terser",
|
|
"version": "8.0.6",
|
|
"description": "terser plugin for @node-minify",
|
|
"keywords": [
|
|
"compressor",
|
|
"minify",
|
|
"minifier",
|
|
"terser"
|
|
],
|
|
"author": "Rodolphe Stoclin <srodolphe@gmail.com>",
|
|
"homepage": "https://github.com/srod/node-minify/tree/master/packages/terser#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": {
|
|
"@node-minify/utils": "8.0.6",
|
|
"terser": "5.16.9"
|
|
},
|
|
"devDependencies": {
|
|
"@node-minify/types": "8.0.6"
|
|
},
|
|
"gitHead": "9fb532af458cb6416ecfb7abfb9cc0a3b9cb42e1"
|
|
}
|