@daitanjs/media
Version:
A library for downloading and managing media, particularly YouTube content, using yt-dlp and YouTube Data API.
65 lines (64 loc) • 1.61 kB
JSON
{
"name": "@daitanjs/media",
"version": "1.0.7",
"description": "A library for downloading and managing media, particularly YouTube content, using yt-dlp and YouTube Data API.",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"sideEffects": false,
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.cjs"
}
}
},
"files": [
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified for @daitanjs/media\" && exit 0"
},
"keywords": [
"media",
"youtube",
"video",
"audio",
"download",
"yt-dlp",
"youtube-api"
],
"author": "Buck Miller <haelpers@gmail.com>",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/daitandojo/@daitanjs",
"directory": "packages/media"
},
"peerDependencies": {},
"dependencies": {
"@daitanjs/apiqueries": "^1.0.3",
"@daitanjs/config": "^1.0.0",
"@daitanjs/development": "^1.0.0",
"@daitanjs/error": "^1.0.1",
"@daitanjs/utilities": "^1.0.0",
"@daitanjs/speech": "^1.0.1"
},
"devDependencies": {
"@babel/cli": "^7.24.7",
"@babel/core": "^7.24.7",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"rimraf": "^5.0.7"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/daitandojo/@daitanjs/tree/main/packages/media#readme"
}