{ "name": "@rocket.chat/message-parser", "description": "Rocket.Chat parser for messages", "version": "0.31.32", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/" }, "license": "MIT", "homepage": "https://github.com/RocketChat/fuselage#readme", "repository": { "type": "git", "url": "git+https://github.com/RocketChat/fuselage.git", "directory": "packages/message-parser" }, "bugs": { "url": "https://github.com/RocketChat/fuselage/issues" }, "main": "messageParser.js", "exports": { ".": { "default": "./messageParser.js" }, "./index": { "default": "./messageParser.js" } }, "module": "dist/messageParser.mjs", "unpkg": "dist/messageParser.umd.js", "types": "dist/index.d.ts", "files": [ "/dist", "/messageParser.js" ], "directories": { "test": "test" }, "publishConfig": { "access": "public" }, "scripts": { "build": "run-s .:build:clean .:build:bundle", ".:build:clean": "rimraf dist", ".:build:bundle": "webpack-cli", "lint": "eslint .", "test": "jest", "testunit": "jest", "docs": "typedoc" }, "devDependencies": { "@babel/core": "~7.26.0", "@babel/eslint-parser": "~7.25.9", "@babel/preset-env": "~7.26.0", "@rocket.chat/eslint-config": "workspace:^", "@rocket.chat/jest-presets": "workspace:~", "@rocket.chat/peggy-loader": "workspace:~", "@rocket.chat/prettier-config": "~0.31.25", "@types/jest": "~29.5.14", "@types/node": "~22.14.0", "@typescript-eslint/parser": "~5.58.0", "babel-loader": "~9.2.1", "eslint": "~8.45.0", "jest": "~29.7.0", "npm-run-all": "^4.1.5", "peggy": "4.1.1", "prettier": "~3.3.3", "prettier-plugin-pegjs": "~0.5.4", "rimraf": "^6.0.1", "ts-loader": "~9.5.1", "typedoc": "~0.24.8", "typescript": "~5.7.2", "webpack": "~5.96.1", "webpack-cli": "~5.1.4" }, "dependencies": { "tldts": "~6.1.61" }, "volta": { "extends": "../../package.json" } }