UNPKG

978 BJSONView Raw
1{
2 "name": "node-youtube-music",
3 "description": "Unofficial YouTube Music API for Node.js",
4 "version": "0.9.0",
5 "main": "dist/index.js",
6 "module": "dist/index.mjs",
7 "types": "dist/index.d.ts",
8 "repository": "https://github.com/baptisteArno/node-youtube-music",
9 "publishConfig": {
10 "registry": "https://registry.npmjs.org/"
11 },
12 "author": "Baptiste Arnaud <contact@baptiste-arnaud.fr>",
13 "license": "MIT",
14 "scripts": {
15 "dev": "tsup --watch",
16 "build": "eslint src/**/* && tsup",
17 "test": "NODE_OPTIONS=--experimental-vm-modules jest",
18 "generate-change-log": "pnpx gitmoji-changelog"
19 },
20 "dependencies": {
21 "got": "^12.5.3"
22 },
23 "devDependencies": {
24 "@types/jest": "^29.2.5",
25 "@typescript-eslint/eslint-plugin": "^5.47.1",
26 "eslint": "^8.31.0",
27 "eslint-config-prettier": "^8.5.0",
28 "jest": "^29.3.1",
29 "ts-jest": "^29.0.3",
30 "tsup": "^6.5.0",
31 "typescript": "^4.9.4"
32 },
33 "packageManager": "pnpm@7.21.0"
34}