Files
mattermost/webapp/platform/client/package.json
unified-ci-app[bot]GitHubunified-ci-app[bot] <121569378+unified-ci-app[bot]@users.noreply.github.com>Harrison HealeyMattermost Build
de0779d1bf Update latest minor version to 11.9.0 (#36976)
* Update latest minor version to 11.9.0

* Update update-versions script to include components package

* Update components package and its dependencies to 11.9.0

---------

Co-authored-by: unified-ci-app[bot] <121569378+unified-ci-app[bot]@users.noreply.github.com>
Co-authored-by: Harrison Healey <harrisonmhealey@gmail.com>
Co-authored-by: Mattermost Build <build@mattermost.com>
2026-06-10 05:43:51 +00:00

48 lines
1.3 KiB
JSON

{
"name": "@mattermost/client",
"version": "11.9.0",
"description": "JavaScript/TypeScript client for Mattermost",
"keywords": [
"mattermost"
],
"homepage": "https://github.com/mattermost/mattermost/tree/master/webapp/platform/client#readme",
"license": "MIT",
"type": "commonjs",
"files": [
"lib"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/mattermost/mattermost.git",
"directory": "webapp/platform/client"
},
"devDependencies": {
"@types/jest": "30.0.0",
"@types/node-fetch": "2.6.13",
"jest": "30.1.3",
"nock": "13.2.8",
"node-fetch": "2.7.0",
"typescript": "^5.0.0"
},
"peerDependencies": {
"@mattermost/types": "11.9.0",
"typescript": "^4.3.0 || ^5.0.0"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"scripts": {
"build": "tsc --build tsconfig.build.json --verbose",
"check": "eslint ./src eslint.config.mjs --quiet",
"fix": "eslint ./src eslint.config.mjs --quiet --fix",
"run": "tsc --watch --preserveWatchOutput",
"test": "jest",
"test-ci": "jest --ci --forceExit --detectOpenHandles --maxWorkers=100% --logHeapUsage",
"clean": "rm -rf lib node_modules *.tsbuildinfo"
}
}