{ "name": "@mattermost/client", "version": "11.3.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.3.0", "typescript": "^4.3.0 || ^5.0.0" }, "peerDependenciesMeta": { "typescript": { "optional": true } }, "scripts": { "build": "tsc --build tsconfig.build.json --verbose", "check": "eslint --ext .js,.jsx,.tsx,.ts ./src --quiet", "run": "tsc --watch --preserveWatchOutput", "test": "jest", "test-ci": "jest --ci --forceExit --detectOpenHandles --maxWorkers=100% --logHeapUsage", "clean": "rm -rf lib node_modules *.tsbuildinfo" } }