Skip to content

Commit

Permalink
🔧 Move dependencies and fix typos in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
NatoBoram committed Sep 18, 2024
1 parent 3becb0b commit cb0e1fe
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"version": "0.0.0",
"description": "CodeRabbit's TypeScript API client for connecting to Bitbucket Cloud and Bitbucker Data Center",
"keywords": [
"bitbucker-cloud",
"bitbucket-api-v1",
"bitbucket-api-v2",
"bitbucket-api",
"bitbucket-cloud",
"bitbucket-data-center",
"bitbucket-server",
"bitbucket"
Expand Down Expand Up @@ -45,6 +48,9 @@
"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",
"postopenapi-typescript:server": "ts-autofix ./src/server/openapi && pnpm run lint:fix"
},
"dependencies": {
"openapi-fetch": "^0.12.0"
},
"devDependencies": {
"@eslint/js": "^9.10.0",
"@types/node": "^22.5.5",
Expand All @@ -69,8 +75,5 @@
}
},
"types": "dist/index.d.ts",
"module": "dist/index.js",
"dependencies": {
"openapi-fetch": "^0.12.0"
}
"module": "dist/index.js"
}

0 comments on commit cb0e1fe

Please # to comment.