mebox-extractor
Version:
🎬 A powerful and type-safe video metadata extractor for YouTube and Bilibili platforms with full TypeScript support
79 lines (78 loc) • 1.83 kB
JSON
{
"name": "mebox-extractor",
"version": "0.0.5",
"description": "🎬 A powerful and type-safe video metadata extractor for YouTube and Bilibili platforms with full TypeScript support",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"files": [
"dist/**/*",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"typecheck": "tsc --noEmit",
"clean": "rm -rf dist",
"prepublishOnly": "npm run clean && npm run build && npm run test"
},
"keywords": [
"video",
"metadata",
"extractor",
"youtube",
"bilibili",
"downloader",
"typescript",
"api",
"crawler",
"media",
"video-info",
"subtitle",
"thumbnail",
"duration",
"resolution"
],
"author": "mebox-extractor contributors",
"license": "MIT",
"homepage": "https://github.com/one2x-ai/mebox-extractor#readme",
"repository": {
"type": "git",
"url": "https://github.com/one2x-ai/mebox-extractor.git"
},
"bugs": {
"url": "https://github.com/one2x-ai/mebox-extractor/issues"
},
"engines": {
"node": ">=16.0.0"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/lodash-es": "^4.17.12",
"@types/md5": "^2.3.5",
"@types/node": "^22.13.10",
"jest": "^30.0.2",
"ts-jest": "^29.4.0",
"ts-node": "^10.9.2",
"tsup": "^8.0.0",
"typescript": "^5.4.5"
},
"dependencies": {
"fast-xml-parser": "^5.0.9",
"lodash-es": "^4.17.21",
"md5": "^2.3.0",
"p-retry": "^6.2.1",
"youtubei.js": "^14.0.0"
}
}