{
  "name": "videojs-theme-kit",
  "version": "0.0.15",
  "description": "Video.js plugin to easily customize and apply skins to player",
  "main": "index.js",
  "module": "dist/index.js",
  "style": "dist/style.css",
  "repository": "https://github.com/dds05/videojs-theme-kit",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "videojs",
    "videojs-plugin",
    "videojs-themes",
    "videojs-theme-kit",
    "videojs-customisation",
    "videojs-skin",
    "video.js"
  ],
  "author": "Daman",
  "license": "ISC",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^28.0.6",
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.1.4",
    "@types/node": "^24.0.13",
    "@types/video.js": "^7.3.58",
    "grunt": "^1.6.1",
    "grunt-contrib-clean": "^2.0.1",
    "grunt-contrib-concat": "^2.1.0",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-exec": "^3.0.0",
    "grunt-rollup": "^12.0.0",
    "grunt-sass": "^4.0.0",
    "load-grunt-tasks": "^5.1.0",
    "rollup-plugin-dts": "^6.2.1",
    "sass": "^1.85.1",
    "typescript": "^5.8.3",
    "tslib": "^2.8.1"
  },
  "dependencies": {
    "global": "^4.3.2",
    "video.js": "^5 || ^6 || ^7 || ^8"
  }
}
