File tree 3 files changed +1868
-1060
lines changed
3 files changed +1868
-1060
lines changed Original file line number Diff line number Diff line change 1
- #! /bin/sh
2
- . " $( dirname " $0 " ) /_/husky.sh"
3
-
4
1
yarn lint-staged
Original file line number Diff line number Diff line change 4
4
"main" : " dist/index.js" ,
5
5
"type" : " module" ,
6
6
"scripts" : {
7
- "postinstall" : " husky install " ,
7
+ "postinstall" : " husky" ,
8
8
"build" : " rimraf dist && tsc -p tsconfig.build.json" ,
9
9
"build:main" : " tsc -p tsconfig.build.json" ,
10
10
"dev" : " tsc -p tsconfig.build.json --watch" ,
29
29
"node" : " ^18.12"
30
30
},
31
31
"dependencies" : {
32
- "@companion-module/base" : " ~1.0.2 " ,
33
- "@types/node" : " ^18.11.9 " ,
34
- "@types/spotify-api" : " ^0.0.19 " ,
35
- "got" : " ^12.5.3 " ,
36
- "p-queue" : " ^7.3.0 " ,
37
- "type-fest" : " ^3.3 .0"
32
+ "@companion-module/base" : " ~1.9.0 " ,
33
+ "@types/node" : " ^18.19.43 " ,
34
+ "@types/spotify-api" : " ^0.0.25 " ,
35
+ "got" : " ^12.6.1 " ,
36
+ "p-queue" : " ^8.0.1 " ,
37
+ "type-fest" : " ^4.24 .0"
38
38
},
39
39
"devDependencies" : {
40
- "@companion-module/tools" : " ^0 .5.1" ,
41
- "husky" : " ^8.0.2 " ,
42
- "lint-staged" : " ^13.0.4 " ,
43
- "rimraf" : " ^3 .0.2 " ,
44
- "typescript" : " ~4.9 "
40
+ "@companion-module/tools" : " ^1 .5.1" ,
41
+ "husky" : " ^9.1.4 " ,
42
+ "lint-staged" : " ^15.2.8 " ,
43
+ "rimraf" : " ^5 .0.10 " ,
44
+ "typescript" : " ~5.1.6 "
45
45
},
46
46
"packageManager" :
" [email protected] "
47
47
}
You can’t perform that action at this time.
0 commit comments