File tree 1 file changed +8
-5
lines changed
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 0.0.0" ,
4
4
"description" : " CodeRabbit's TypeScript API client for connecting to Bitbucket Cloud and Bitbucker Data Center" ,
5
5
"keywords" : [
6
- " bitbucker-cloud" ,
6
+ " bitbucket-api-v1" ,
7
+ " bitbucket-api-v2" ,
8
+ " bitbucket-api" ,
9
+ " bitbucket-cloud" ,
7
10
" bitbucket-data-center" ,
8
11
" bitbucket-server" ,
9
12
" bitbucket"
45
48
"openapi-typescript:server" : " openapi-typescript ./src/server/openapi/swagger.v3.json --output ./src/server/openapi/openapi-typescript.ts --immutable --empty-objects-unknown --alphabetize --root-types" ,
46
49
"postopenapi-typescript:server" : " ts-autofix ./src/server/openapi && pnpm run lint:fix"
47
50
},
51
+ "dependencies" : {
52
+ "openapi-fetch" : " ^0.12.0"
53
+ },
48
54
"devDependencies" : {
49
55
"@eslint/js" : " ^9.10.0" ,
50
56
"@types/node" : " ^22.5.5" ,
69
75
}
70
76
},
71
77
"types" : " dist/index.d.ts" ,
72
- "module" : " dist/index.js" ,
73
- "dependencies" : {
74
- "openapi-fetch" : " ^0.12.0"
75
- }
78
+ "module" : " dist/index.js"
76
79
}
You can’t perform that action at this time.
0 commit comments