UNPKG

948 BJSONView Raw
1{
2 "name": "node-youtube-music",
3 "description": "Unofficial YouTube Music API for Node.js",
4 "version": "0.10.3",
5 "exports": "./dist/index.js",
6 "files": [
7 "dist"
8 ],
9 "types": "dist/index.d.ts",
10 "type": "module",
11 "node": " >=14.13.1 || >=16.0.0",
12 "repository": "https://github.com/baptisteArno/node-youtube-music",
13 "publishConfig": {
14 "registry": "https://registry.npmjs.org/"
15 },
16 "author": "Baptiste Arnaud <contact@baptiste-arnaud.fr>",
17 "license": "MIT",
18 "scripts": {
19 "dev": "tsup --watch",
20 "build": "tsup",
21 "test": "vitest",
22 "generate-change-log": "git fetch --all && pnpx gitmoji-changelog"
23 },
24 "dependencies": {
25 "got": "^12.5.3"
26 },
27 "devDependencies": {
28 "@typescript-eslint/eslint-plugin": "^5.50.0",
29 "eslint": "^8.33.0",
30 "eslint-config-prettier": "^8.6.0",
31 "tsup": "^6.5.0",
32 "typescript": "^4.9.5",
33 "vitest": "^0.28.4"
34 },
35 "packageManager": "pnpm@7.21.0"
36}