File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " scathach-api" ,
3
- "version" : " 1.0.12 " ,
3
+ "version" : " 1.0.16 " ,
4
4
"description" : " A NodeJS wrapper to interacts with Scathach bot" ,
5
5
"main" : " build/index.js" ,
6
6
"types" : " index.d.ts" ,
14
14
"lint" : " npx eslint . --ext .ts" ,
15
15
"lint:fix" : " npx eslint . --fix" ,
16
16
"test:get" : " npx ts-node test/scathach.get.ts" ,
17
- "test:search" : " npx ts-node test/scathach.search.ts"
17
+ "test:search" : " npx ts-node test/scathach.search.ts" ,
18
+ "changelog" : " npx changelog"
18
19
},
19
20
"keywords" : [
20
21
" NSFW" ,
36
37
"@types/node" : " ^17.0.23" ,
37
38
"@typescript-eslint/eslint-plugin" : " ^5.18.0" ,
38
39
"@typescript-eslint/parser" : " ^5.18.0" ,
40
+ "changelog" : " ^1.4.2" ,
39
41
"eslint" : " ^7.32.0" ,
40
42
"npx" : " ^10.2.2" ,
41
43
"ts-node" : " ^10.7.0" ,
42
- "typedoc" : " ^0.22.5" ,
43
- "typedoc-plugin-rename-defaults" : " ^0.4.0" ,
44
+ "typedoc" : " ^0.23.10" ,
45
+ "typedoc-plugin-rename-defaults" : " ^0.6.4" ,
46
+ "typedoc-theme-hierarchy" : " ^3.0.0" ,
44
47
"typescript" : " ^4.6.3"
45
48
},
46
49
"engines" : {
You can’t perform that action at this time.
0 commit comments