{
  "name": "mellowtel",
  "version": "1.7.0",
  "description": "",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "format": "npx prettier . --write",
    "test": "vitest run",
    "test:watch": "vitest",
    "dev": "npm pack --pack-destination ~/Desktop/mellowtel",
    "build:clean": "rm -rf dist node_modules package-lock.json && npm install && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mellowtel-inc/mellowtel-js.git"
  },
  "homepage": "https://github.com/mellowtel-inc/mellowtel-js#readme",
  "bugs": {
    "url": "https://github.com/mellowtel-inc/mellowtel-js/issues"
  },
  "author": "mellowtel-inc",
  "license": "LGPL-3.0",
  "devDependencies": {
    "@types/chrome": "^0.0.256",
    "jsdom": "^25.0.1",
    "prettier": "3.2.4",
    "ts-node": "^10.9.2",
    "tsup": "^8.0.1",
    "typescript": "^5.3.3",
    "vitest": "^2.1.8"
  },
  "dependencies": {
    "@cloudflare/speedtest": "1.9.1",
    "isomorphic-ws": "5.0.0",
    "pdfjs-dist": "5.7.284"
  }
}
