|
12 | 12 | "dev": "yarn build && node dist/bin/index.js --v", |
13 | 13 | "lint": "eslint src --fix --ext ts", |
14 | 14 | "format": "prettier --write \"src/**/*.ts\"", |
15 | | - "postinstall": "husky install", |
16 | | - "prepack": "pinst --disable && yarn lint && yarn format && yarn build", |
17 | | - "postpack": "pinst --enable" |
| 15 | + "prepack": "yarn lint && yarn format && yarn build" |
18 | 16 | }, |
19 | 17 | "dependencies": { |
20 | 18 | "@sapphire/stopwatch": "^1.4.1", |
|
29 | 27 | "sanitize-filename": "^1.6.3", |
30 | 28 | "spotify-web-api-node": "^5.0.2", |
31 | 29 | "undici": "^5.10.0", |
32 | | - "youtubei.js": "^2.0.0", |
| 30 | + "youtubei.js": "^2.2.1", |
33 | 31 | "ytdl-core": "^4.11.2" |
34 | 32 | }, |
35 | 33 | "devDependencies": { |
|
39 | 37 | "@types/cli-progress": "^3.11.0", |
40 | 38 | "@types/fluent-ffmpeg": "^2.1.20", |
41 | 39 | "@types/inquirer": "^9.0.1", |
42 | | - "@types/node": "^18.7.15", |
| 40 | + "@types/node": "^18.7.18", |
43 | 41 | "@types/spotify-web-api-node": "^5.0.7", |
44 | | - "@typescript-eslint/eslint-plugin": "^5.36.2", |
45 | | - "@typescript-eslint/parser": "^5.36.2", |
46 | | - "all-contributors-cli": "^6.20.0", |
47 | | - "eslint": "^8.23.0", |
| 42 | + "@typescript-eslint/eslint-plugin": "^5.37.0", |
| 43 | + "@typescript-eslint/parser": "^5.37.0", |
| 44 | + "all-contributors-cli": "^6.20.4", |
| 45 | + "eslint": "^8.23.1", |
48 | 46 | "eslint-config-prettier": "^8.5.0", |
49 | 47 | "eslint-plugin-prettier": "^4.2.1", |
50 | | - "husky": "^8.0.0", |
51 | | - "pinst": "^3.0.0", |
52 | 48 | "prettier": "^2.7.1", |
53 | | - "typescript": "^4.8.2" |
| 49 | + "typescript": "^4.8.3" |
54 | 50 | }, |
55 | 51 | "resolutions": { |
56 | 52 | "@types/spotify-api": "^0.0.17" |
|
0 commit comments