{ "name": "@mattermost/types", "version": "10.6.0", "description": "Shared type definitions used by the Mattermost web app", "keywords": [ "mattermost" ], "homepage": "https://github.com/mattermost/mattermost/tree/master/webapp/platform/types#readme", "license": "MIT", "type": "commonjs", "files": [ "lib" ], "exports": { "./*": "./lib/*.js" }, "typesVersions": { ">=3.1": { "*": [ "./lib/*.d.ts", "./lib/*/index.d.ts" ] } }, "repository": { "type": "git", "url": "github:mattermost/mattermost", "directory": "webapp/platform/types" }, "devDependencies": { "typescript": "^5.0.0" }, "peerDependencies": { "typescript": "^4.3.0 || ^5.0.0" }, "peerDependenciesMeta": { "typescript": { "optional": true } }, "scripts": { "build": "tsc --build --verbose", "check": "eslint --ext .js,.jsx,.tsx,.ts ./src --quiet", "run": "tsc --watch --preserveWatchOutput", "clean": "rm -rf lib node_modules *.tsbuildinfo" } }