UNPKG

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