File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed
Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 11{
22 "author" : " Ayfri <pierre.ayfri@gmail.com>" ,
33 "dependencies" : {
4- "typedoc" : " ^0.21.9" ,
5- "typedoc-darker-theme" : " ^1.2.1" ,
6- "typedoc-plugin-sourcefile-url" : " ^1.0.6" ,
7- "typescript" : " ^4.4.4"
4+ "typedoc" : " 0.25.8" ,
5+ "typedoc-darker-theme" : " 1.2.1" ,
6+ "typedoc-github-wiki-theme" : " 1.1.0" ,
7+ "typedoc-plugin-sourcefile-url" : " 1.0.6" ,
8+ "typescript" : " 5.3.3"
89 },
910 "description" : " The official documentation for Advanced-Command-Handler." ,
1011 "license" : " GNU" ,
1112 "name" : " docs" ,
1213 "private" : true ,
1314 "repository" : " https://github.com/Advanced-Command-Handler/docs.git" ,
1415 "scripts" : {
15- "generateMaster" : " typedoc --options typedoc_master.json --sourcefile-url-map mappings.json " ,
16- "generateRelease" : " typedoc --options typedoc_release.json --sourcefile-url-map mappings.json " ,
16+ "generateMaster" : " typedoc --options typedoc_master.json" ,
17+ "generateRelease" : " typedoc --options typedoc_release.json" ,
1718 "watch" : " npm run generateMaster -- --watch"
1819 },
1920 "version" : " 1.1.0"
Original file line number Diff line number Diff line change 33 " source/src/index.ts"
44 ],
55 "gitRemote" : " https://github.com/Advanced-Command-Handler/Advanced-Command-Handler" ,
6- "highlightTheme " : " github-dark" ,
6+ "darkHighlightTheme " : " github-dark" ,
77 "includeVersion" : true ,
88 "name" : " Advanced Command-Handler" ,
99 "out" : " docs-master" ,
10- "readme" : " https://github.com/Advanced-Command-Handler/Advanced-Command-Handler /README.md" ,
10+ "readme" : " source /README.md" ,
1111 "sort" : [
1212 " static-first" ,
1313 " visibility" ,
1414 " alphabetical" ,
1515 " enum-value-descending"
1616 ],
17- "theme" : " ./node_modules/typedoc-darker-theme/bin/ default" ,
18- "tsconfig" : " source/src/ tsconfig.json"
17+ "theme" : " default" ,
18+ "tsconfig" : " source/tsconfig.json"
1919}
You can’t perform that action at this time.
0 commit comments