{
  "name": "mini-qlab",
  "version": "1.0.19",
  "description": "QLab is the industry-standard software for multimedia show control (audio, video, lighting) on macOS, now its avaiable on nodejs",
  "keywords": [
    "qlab",
    "timecode",
    "decade.tw",
    "show",
    "control",
    "LTC",
    "audio"
  ],
  "homepage": "https://github.com/xlinx/DECADE.TW_Mini_QLab#readme",
  "bugs": {
    "url": "https://github.com/xlinx/DECADE.TW_Mini_QLab/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xlinx/DECADE.TW_Mini_QLab.git"
  },
  "license": "ISC",
  "author": "YSLin",
  "type": "module",
  "main": "index.js",
  "scripts": {
    "test": "node index.js",
    "npm_publish": "npm version patch && npm publish"
  },
  "dependencies": {
    "js-yaml": "^4.1.0",
    "react": "^19.2.4",
    "react-dom": "^19.2.4",
    "@ant-design/icons": "^6.0.0",
    "antd": "6.3.3",
    "antd-mobile-icons": "^0.3.0",
    "antd-style": "^4.1.0",
    "cron": "^4.4.0",
    "immer": "^10.1.1",
    "zustand": "^5.0.6"
  },
  "devDependencies": {
    "@eslint/js": "^9.39.4",
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3",
    "@vitejs/plugin-react": "^6.0.1",
    "eslint": "^9.39.4",
    "eslint-plugin-react-hooks": "^7.0.1",
    "eslint-plugin-react-refresh": "^0.5.2",
    "globals": "^17.4.0",
    "vite": "^8.0.1"
  }
}
