{
  "name": "web-media-recorder",
  "version": "1.0.6",
  "description": "A versatile media recording library for audio and video with advanced features",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "rollup -c",
    "prepare": "npm run build",
    "test": "jest",
    "lint": "eslint src/**/*.ts",
    "docs": "typedoc"
  },
  "keywords": [
    "media-recorder",
    "audio-recording",
    "video-recording",
    "web-audio",
    "media-capture"
  ],
  "author": "Your Name",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^27.5.0",
    "@types/node": "^22.10.1",
    "@typescript-eslint/eslint-plugin": "^5.62.0",
    "@typescript-eslint/parser": "^5.62.0",
    "eslint": "^8.57.1",
    "jest": "^28.1.3",
    "rollup": "^2.79.2",
    "rollup-plugin-typescript2": "^0.31.2",
    "ts-jest": "^28.0.2",
    "typedoc": "^0.22.18",
    "typescript": "^4.7.4"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/sahil-1912/media-recorder.git"
  }
}
