{ "name": "@mattermost/desktop-api", "version": "5.7.0-3", "description": "Shared types for the Desktop App API provided to the Web App", "keywords": [ "mattermost" ], "homepage": "https://github.com/mattermost/desktop", "license": "MIT", "files": [ "lib" ], "main": "lib/index.js", "types": "lib/index.d.ts", "repository": { "type": "git", "url": "github:mattermost/desktop", "directory": "api-types" }, "peerDependencies": { "typescript": "^4.3" }, "peerDependenciesMeta": { "typescript": { "optional": true } }, "scripts": { "build": "tsc --build --verbose", "run": "tsc --watch --preserveWatchOutput", "clean": "rm -rf tsconfig.tsbuildinfo ./lib" } }