2023-03-22 17:22:27 -04:00
|
|
|
{
|
|
|
|
|
"name": "@mattermost/client",
|
2025-12-16 14:26:18 -05:00
|
|
|
"version": "11.3.0",
|
2023-03-22 17:22:27 -04:00
|
|
|
"description": "JavaScript/TypeScript client for Mattermost",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"mattermost"
|
|
|
|
|
],
|
2024-03-05 14:39:04 -05:00
|
|
|
"homepage": "https://github.com/mattermost/mattermost/tree/master/webapp/platform/client#readme",
|
2023-03-22 17:22:27 -04:00
|
|
|
"license": "MIT",
|
2025-02-04 17:26:46 -05:00
|
|
|
"type": "commonjs",
|
2023-03-22 17:22:27 -04:00
|
|
|
"files": [
|
|
|
|
|
"lib"
|
|
|
|
|
],
|
2023-03-23 10:10:52 -04:00
|
|
|
"main": "lib/index.js",
|
|
|
|
|
"types": "lib/index.d.ts",
|
2023-03-22 17:22:27 -04:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2025-11-04 14:25:32 -05:00
|
|
|
"url": "git+https://github.com/mattermost/mattermost.git",
|
2023-05-03 11:04:29 -04:00
|
|
|
"directory": "webapp/platform/client"
|
2023-03-22 17:22:27 -04:00
|
|
|
},
|
2024-03-04 16:07:39 -05:00
|
|
|
"devDependencies": {
|
2025-11-12 13:05:50 -05:00
|
|
|
"@types/jest": "30.0.0",
|
|
|
|
|
"@types/node-fetch": "2.6.13",
|
|
|
|
|
"jest": "30.1.3",
|
|
|
|
|
"nock": "13.2.8",
|
|
|
|
|
"node-fetch": "2.7.0",
|
2024-03-04 16:07:39 -05:00
|
|
|
"typescript": "^5.0.0"
|
|
|
|
|
},
|
2023-03-22 17:22:27 -04:00
|
|
|
"peerDependencies": {
|
2025-12-16 14:26:18 -05:00
|
|
|
"@mattermost/types": "11.3.0",
|
2024-03-04 16:07:39 -05:00
|
|
|
"typescript": "^4.3.0 || ^5.0.0"
|
2023-03-22 17:22:27 -04:00
|
|
|
},
|
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
"typescript": {
|
|
|
|
|
"optional": true
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
2024-03-13 18:07:28 -04:00
|
|
|
"build": "tsc --build tsconfig.build.json --verbose",
|
|
|
|
|
"check": "eslint --ext .js,.jsx,.tsx,.ts ./src --quiet",
|
2023-03-22 17:22:27 -04:00
|
|
|
"run": "tsc --watch --preserveWatchOutput",
|
|
|
|
|
"test": "jest",
|
2025-12-10 21:54:12 -05:00
|
|
|
"test-ci": "jest --ci --forceExit --detectOpenHandles --maxWorkers=100% --logHeapUsage",
|
2024-03-13 18:07:28 -04:00
|
|
|
"clean": "rm -rf lib node_modules *.tsbuildinfo"
|
2023-03-22 17:22:27 -04:00
|
|
|
}
|
|
|
|
|
}
|