File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 33
33
"precompile" : " npm run lint && npm run clean" ,
34
34
"compile" : " tsup-node && tsc --emitDeclarationOnly --declaration" ,
35
35
"build" : " npm run compile" ,
36
+ "docs" : " typedoc" ,
36
37
"release" : " release-it" ,
37
38
"version" : " npm run build" ,
38
39
"prepublishOnly" : " npm run build" ,
60
61
"prettier" : " ^3.6.2" ,
61
62
"release-it" : " ^19.0.4" ,
62
63
"tsup" : " ^8.5.0" ,
64
+ "typedoc" : " ^0.28.12" ,
63
65
"typescript" : " ^5.9.2"
64
66
},
65
67
"dependencies" : {
Original file line number Diff line number Diff line change 7
7
" ./index.ts" ,
8
8
" ./src/types/main.ts" ,
9
9
" ./src/helpers.ts" ,
10
- " ./src/code_transformer/main.ts" ,
11
- " ./src/code_scanners/routes_scanner/main.ts"
10
+ " ./src/code_scanners/routes_scanner/main.ts" ,
11
+ " ./src/index_generator/main.ts" ,
12
+ " ./src/code_transformer/main.ts"
12
13
],
13
14
"excludePrivate" : true ,
14
15
"excludeProtected" : true ,
You can’t perform that action at this time.
0 commit comments