{
	"name": "youtubei",
	"version": "1.8.5",
	"description": "Simple package to get information from youtube such as videos, playlists, channels, video information & comments, related videos, up next video, and more!",
	"main": "dist/cjs/index.js",
	"module": "dist/esm/index.js",
	"types": "dist/typings/index.d.ts",
	"directories": {
		"test": "test"
	},
	"devDependencies": {
		"@trivago/prettier-plugin-sort-imports": "3.4.0",
		"@types/node": "14.14.12",
		"@types/node-fetch": "2.6.2",
		"@typescript-eslint/eslint-plugin": "4.9.1",
		"@typescript-eslint/parser": "4.9.1",
		"c8": "7.11.3",
		"eslint": "7.15.0",
		"eslint-plugin-prettier": "3.2.0",
		"jest-extended": "0.11.5",
		"prettier": "2.2.1",
		"rimraf": "3.0.2",
		"typescript": "4.1.2",
		"vite": "2.9.14",
		"vitest": "0.18.0"
	},
	"scripts": {
		"dev": "tsc -w --noEmit",
		"test": "vitest",
		"test:coverage": "vitest run --coverage",
		"build": "pnpm clean && pnpm build:cjs && pnpm build:esm && pnpm build:types",
		"build:cjs": "tsc -p ./typescript/tsconfig.cjs.json",
		"build:esm": "tsc -p ./typescript/tsconfig.esm.json",
		"build:types": "tsc -p ./typescript/tsconfig.types.json",
		"clean": "rimraf ./dist",
		"lint:check": "eslint src && prettier -c src tests",
		"lint:fix": "eslint --fix && prettier --write src tests"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/SuspiciousLookingOwl/youtubei.git"
	},
	"keywords": [
		"youtube",
		"yt",
		"search",
		"video",
		"videos",
		"playlist",
		"channel",
		"related",
		"comment",
		"comments",
		"live",
		"chat",
		"live chat"
	],
	"author": "Vincent Jonathan",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/SuspiciousLookingOwl/youtubei/issues"
	},
	"homepage": "https://suspiciouslookingowl.github.io/youtubei",
	"dependencies": {
		"node-fetch": "2.6.7",
		"protobufjs": "7.2.6"
	}
}
