The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/packages/message-parser/package.json

81 lines
2.0 KiB

{
"name": "@rocket.chat/message-parser",
"description": "Rocket.Chat parser for messages",
"version": "0.31.31",
"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.25.8",
"@babel/eslint-parser": "~7.25.8",
"@babel/preset-env": "~7.25.8",
"@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.13",
"@types/node": "~20.16.12",
"@typescript-eslint/parser": "~5.58.0",
"babel-loader": "~9.1.3",
"eslint": "~8.45.0",
"jest": "~29.7.0",
"npm-run-all": "^4.1.5",
"peggy": "3.0.2",
"prettier": "~2.8.8",
"prettier-plugin-pegjs": "~0.5.4",
"rimraf": "^6.0.1",
"ts-loader": "~9.4.4",
"typedoc": "~0.24.8",
"typescript": "~5.6.3",
"webpack": "~5.95.0",
"webpack-cli": "~5.1.4"
},
"dependencies": {
"tldts": "~5.7.112"
},
"volta": {
"extends": "../../package.json"
}
}