{
  "name": "@raydiant/playlist-window-manager",
  "version": "0.29.1",
  "description": "Window manager for playlist playback.",
  "main": "build/index.js",
  "scripts": {
    "build": "rm -rf build && tsc",
    "lint": "eslint -c ./.eslintrc **/*.ts",
    "tsc": "tsc",
    "test": "jest",
    "deploy": "sh tasks/npm-publish.sh"
  },
  "dependencies": {
    "fast-deep-equal": "^3.1.3",
    "@raydiant/playlist-rule-engine": "3.3.0",
    "raydiant-kit": "4.7.3",
    "uuid": "^8.3.0",
    "eventemitter3": "^4.0.7"
  },
  "devDependencies": {
    "@babel/core": "^7.5.5",
    "@types/jschannel": "^1.0.1",
    "@types/jest": "^24.0.15",
    "@types/uuid": "8.3.0",
    "electron": "38.0.0",
    "jest": "^24.8.0",
    "ts-jest": "^24.0.2",
    "typescript": "^4.1.2"
  }
}
