{
  "name": "@ormoshe/js-video-url-parser",
  "version": "0.5.34",
  "description": "A parser to extract provider, video id, starttime and others from YouTube, Vimeo, ... urls",
  "main": "lib/index.js",
  "browser": "dist/jsVideoUrlParser.js",
  "types": "lib",
  "repository": {
    "type": "git",
    "url": "https://github.com/Zod-/jsVideoUrlParser.git"
  },
  "keywords": [
    "parser",
    "YouTube",
    "Facebook",
    "Vimeo",
    "Dailymotion",
    "Twitch",
    "CanalPlus",
    "Youku",
    "Coub",
    "Wistia",
    "SoundCloud",
    "Ted",
    "Tiktok",
    "Loom"
  ],
  "author": {
    "name": "Julian Hangstörfer",
    "email": "jhangstoerfer@gmail.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Zod-/jsVideoUrlParser/issues"
  },
  "devDependencies": {
    "@babel/core": "^7.24.4",
    "@babel/eslint-parser": "^7.24.1",
    "@babel/preset-env": "^7.24.4",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "babel-preset-minify": "^0.5.2",
    "eslint": "^9.0.0",
    "eslint-plugin-jest": "^28.2.0",
    "jest": "^29.7.0",
    "jest-expect-message": "^1.1.3",
    "rollup": "^4.14.1",
    "rollup-plugin-terser": "^7.0.2",
    "typescript": "^5.4.4"
  },
  "scripts": {
    "test": "jest --coverage --config jestconfig.js",
    "build": "rollup -c rollup.config.mjs",
    "lint": "eslint . --fix",
    "lintdryfix": "eslint . --fix-dry-run",
    "all": "npm audit && npm run test && npm run build",
    "publish": "npm publish"
  }
}
