{
  "name": "compresswave",
  "version": "1.0.0",
  "type": "module",
  "description": "🌊 Powerful file compression library that runs entirely in the browser. No uploads, no servers, complete privacy.",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.esm.js",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "test": "jest",
    "test:watch": "jest --watch",
    "lint": "eslint src --ext .js,.ts,.tsx",
    "lint:fix": "eslint src --ext .js,.ts,.tsx --fix",
    "type-check": "tsc --noEmit",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "compression",
    "video",
    "image",
    "ffmpeg",
    "webassembly",
    "browser",
    "client-side",
    "privacy",
    "optimization",
    "file-processing"
  ],
  "author": {
    "name": "Shaswat Raj",
    "email": "contact@sh20raj.com",
    "url": "https://github.com/sh20raj"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/sh20raj/compresswave.git"
  },
  "bugs": {
    "url": "https://github.com/sh20raj/compresswave/issues"
  },
  "homepage": "https://compresswave.sh20raj.com",
  "dependencies": {
    "@ffmpeg/ffmpeg": "^0.12.15",
    "@ffmpeg/util": "^0.12.2",
    "browser-image-compression": "^2.0.2"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-typescript": "^11.1.5",
    "@types/jest": "^29.5.8",
    "eslint": "^8.54.0",
    "@typescript-eslint/eslint-plugin": "^6.12.0",
    "@typescript-eslint/parser": "^6.12.0",
    "jest": "^29.7.0",
    "rollup": "^4.6.1",
    "rollup-plugin-dts": "^6.1.0",
    "typescript": "^5.3.2"
  },
  "peerDependencies": {
    "@ffmpeg/core": "^0.12.10"
  },
  "engines": {
    "node": ">=16.0.0"
  }
}
