{
  "name": "@flasd/whatsapp-formatting",
  "version": "0.2.0",
  "description": "WhatsApp allows you to format selected text inside your messages.",
  "repository": "https://github.com/flasd/whatsapp-formatting.git",
  "author": "Marcel Coelho <flasd2@gmail.com>",
  "license": "MIT",
  "private": false,
  "source": "src/index.ts",
  "main": "dist/index.umd.js",
  "module": "dist/index.js",
  "scripts": {
    "prebuild": "rimraf ./dist && pnpm lint && pnpm test",
    "prepublishOnly": "pnpm build",
    "build": "microbundle -f esm,umd --target node,web --strict --name whatsappFormatting && cpy ./dist/index.d.ts ./dist --rename=index.umd.d.ts && rimraf ./dist/*.test.*",
    "dev": "microbundle watch",
    "test": "jest",
    "lint": "tslint src/**",
    "coverage": "jest --coverage --coverageReporters=text-lcov | coveralls"
  },
  "devDependencies": {
    "@types/jest": "30.0.0",
    "coveralls": "3.1.1",
    "cpy-cli": "6.0.0",
    "jest": "30.1.1",
    "microbundle": "0.15.1",
    "rimraf": "6.0.1",
    "ts-jest": "29.4.1",
    "tslint": "6.1.3",
    "typescript": "5.9.2"
  },
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "node"
  },
  "packageManager": "pnpm@10.13.1"
}
