{
  "name": "js-simple-mangler",
  "repository": "github:fabiospampinato/js-simple-mangler",
  "description": "A simple JavaScript mangler that works across multiple files.",
  "version": "2.0.0",
  "type": "module",
  "main": "dist/index.js",
  "exports": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "js-simple-mangler": "dist/bin.js",
    "mangler": "dist/bin.js"
  },
  "scripts": {
    "clean": "tsex clean",
    "compile": "tsex compile",
    "compile:watch": "tsex compile --watch",
    "prepublishOnly": "tsex prepare"
  },
  "keywords": [
    "js",
    "javascript",
    "simple",
    "mangler"
  ],
  "dependencies": {
    "specialist": "^1.1.0",
    "tiny-readdir": "^2.2.0"
  },
  "devDependencies": {
    "@types/node": "^18.13.0",
    "tsex": "^2.2.0",
    "typescript": "^4.9.5"
  }
}
