File tree Expand file tree Collapse file tree 3 files changed +628
-20
lines changed
packages/music-library-tools-cli Expand file tree Collapse file tree 3 files changed +628
-20
lines changed Original file line number Diff line number Diff line change 11{
2- "typescript.tsdk" : " node_modules/typescript/lib"
2+ "typescript.tsdk" : " node_modules/typescript/lib" ,
3+ "deno.enable" : true ,
4+ "deno.lint" : true ,
5+ "deno.unstable" : false ,
6+ "deno.enablePaths" : [" packages/music-library-tools-cli" ]
37}
Original file line number Diff line number Diff line change 11{
22 "imports" : {
3- "@adahiya/music-library-tools-lib" : " ../../node_modules/@adahiya/music-library-tools-lib/lib/cjs/index.js" ,
4- "dedent" : " npm:dedent@^0.7.0" ,
5- "html-entities" : " npm:html-entities@^2.3.3" ,
3+ "@adahiya/music-library-tools-lib" : " ../../node_modules/@adahiya/music-library-tools-lib/lib/index.js" ,
4+ "ansis" : " npm:ansis@^2.0.3" ,
5+ "dedent" : " npm:dedent@^1.5.1" ,
6+ "fluent-ffmpeg" : " npm:fluent-ffmpeg@^2.1.2" ,
7+ "html-entities" : " npm:html-entities@^2.4.0" ,
68 "minimist" : " npm:minimist@^1.2.8" ,
7- "plist" : " npm:plist@^3.0.6 " ,
9+ "plist" : " npm:plist@^3.1.0 " ,
810 "prompts" : " npm:prompts@^2.4.2"
9- }
11+ },
12+ "nodeModulesDir" : true
1013}
You can’t perform that action at this time.
0 commit comments