{
  "name": "video-worker",
  "version": "2.2.0",
  "description": "API wrapper for Youtube, Vimeo and Self-Hosted videos",
  "license": "MIT",
  "homepage": "https://github.com/nk-o/video-worker",
  "author": "nK <https://nkdev.info>",
  "main": "dist/video-worker.cjs",
  "module": "dist/video-worker.esm.js",
  "unpkg": "dist/video-worker.min.js",
  "files": [
    "src",
    "dist"
  ],
  "scripts": {
    "dev": "cross-env NODE_ENV=dev rollup --config --sourcemap --watch",
    "build": "rollup --config --sourcemap",
    "js-lint": "eslint src/",
    "js-lint-fix": "eslint --fix src/",
    "prepare": "husky install"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/nk-o/video-worker.git"
  },
  "bugs": {
    "url": "https://github.com/nk-o/video-worker/issues"
  },
  "keywords": [
    "video",
    "mp4",
    "youtube",
    "vimeo",
    "api",
    "wrapper"
  ],
  "devDependencies": {
    "@rollup/plugin-babel": "^6.0.3",
    "@rollup/plugin-replace": "^5.0.2",
    "@rollup/plugin-terser": "^0.4.0",
    "babel-plugin-annotate-pure-calls": "^0.4.0",
    "browserslist-config-nk": "^1.1.1",
    "cross-env": "^7.0.3",
    "eslint-config-nk": "^1.2.0",
    "husky": "^8.0.3",
    "json-file": "^0.1.0",
    "lint-staged": "^13.2.0",
    "prettier-config-nk": "^1.1.1",
    "rollup": "^3.19.1",
    "rollup-plugin-serve": "^2.0.2"
  }
}
