{
	"name": "get-video-id",
	"version": "4.2.0",
	"description": "Get the YouTube, Vimeo, Vine, VideoPress, TikTok, Microsoft Stream, Loom or Dailymotion video id from a url or embed string.",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/radiovisual/get-video-id.git"
	},
	"main": "dist/get-video-id.js",
	"module": "dist/get-video-id.esm.js",
	"types": "./index.d.ts",
	"type": "module",
	"files": [
		"dist/*",
		"index.d.ts"
	],
	"exports": {
		".": {
			"import": "./dist/get-video-id.esm.js",
			"require": "./dist/get-video-id.js",
			"types": "./index.d.ts"
		}
	},
	"author": {
		"name": "Michael Wuergler",
		"email": "wuergler@gmail.com",
		"url": "https://github.com/radiovisual"
	},
	"engines": {
		"node": "^20.19.0 || >=22.0.0"
	},
	"scripts": {
		"prebuild": "rimraf dist",
		"test:post-build": "jest __tests__/builds/*",
		"test": "npm run lint && c8 jest --runInBand --testPathIgnorePatterns='<rootDir>/__tests__/builds'",
		"lint": "xo",
		"lint:fix": "xo --fix",
		"build": "rollup -c rollup.config.js && npm run test && npm run test:post-build",
		"prepublish": "npm run build"
	},
	"keywords": [
		"RegExp",
		"regexp",
		"iframe",
		"embed",
		"url",
		"vine",
		"vimeo",
		"loom",
		"youtube",
		"videopress",
		"microsoft stream",
		"microsoft",
		"dailymotion",
		"tiktok",
		"shorts",
		"stream",
		"from",
		"string",
		"id",
		"video",
		"read",
		"retrieve",
		"fetch",
		"parse",
		"extract",
		"get"
	],
	"devDependencies": {
		"@babel/core": "^7.29.0",
		"@babel/plugin-transform-modules-commonjs": "^7.28.6",
		"@babel/preset-env": "^7.29.2",
		"@rollup/plugin-babel": "^7.0.0",
		"@rollup/plugin-commonjs": "^29.0.2",
		"@rollup/plugin-node-resolve": "^16.0.3",
		"@rollup/plugin-terser": "^1.0.0",
		"babel-jest": "^30.3.0",
		"c8": "^11.0.0",
		"jest": "^30.3.0",
		"jsdom": "^22.1.0",
		"rimraf": "^6.1.3",
		"rollup": "^4.60.1",
		"rollup-plugin-preserve-directives": "^0.4.0",
		"xo": "^2.0.2"
	},
	"c8": {
		"reporter": [
			"text",
			"lcov"
		]
	},
	"overrides": {
		"http-proxy-agent": "^7.0.2"
	}
}
