{
  "name": "@morgan-stanley/desktopjs-openfin",
  "title": "desktopJS-openfin",
  "description": "desktopJS container implementation for OpenFin",
  "version": "4.0.2",
  "publishConfig": {
    "access": "public"
  },
  "main": "./dist/desktopjs-openfin.umd.js",
  "types": "./dist/desktopjs-openfin.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "clean": "rimraf dist build",
    "build": "vite build",
    "test": "jest --coverage",
    "test:watch": "jest --watch",
    "deploy": "npm publish --provenance --access public"
  },
  "license": "Apache-2.0",
  "author": "Morgan Stanley",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/morganstanley/desktopJS.git"
  },
  "bugs": {
    "url": "https://github.com/MorganStanley/desktopJS/issues"
  },
  "keywords": [
    "container",
    "desktop wrapper",
    "desktop",
    "openfin",
    "hadouken"
  ],
  "homepage": "https://github.com/MorganStanley/desktopJS/tree/main#readme",
  "devDependencies": {
    "@morgan-stanley/desktopjs": "file:../../packages/desktopjs"
  }
}
