{
  "name": "u-wave-parse-chat-markup",
  "version": "2.5.1",
  "description": "Abstract chat parser for üWave client applications.",
  "license": "MIT",
  "author": "Renée Kooi <renee@kooi.me>",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "default": "./dist/index.cjs",
      "typings": {
        "import": "./dist/index.d.mts",
        "default": "./dist/index.d.cts"
      }
    },
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.cts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/u-wave/parse-chat-markup.git"
  },
  "keywords": [
    "u-wave"
  ],
  "bugs": "https://github.com/u-wave/parse-chat-markup/issues",
  "homepage": "https://github.com/u-wave/parse-chat-markup#readme",
  "scripts": {
    "prepare": "tsdown src/index.ts --format esm,cjs --dts",
    "lint": "eslint .",
    "test": "npm run tests-only && npm run lint",
    "tests-only": "vitest run --coverage.enabled --coverage.reporter=lcov --coverage.reporter=text --coverage.100"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^8.2.0",
    "@typescript-eslint/parser": "^8.2.0",
    "@vitest/coverage-v8": "^4.1.0",
    "eslint": "^8.2.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.22.0",
    "tsdown": "^0.21.2",
    "typescript": "^5.0.2",
    "vitest": "^4.1.0"
  }
}
