gitbeaker/package.json
Justin Dalrymple 7f1648802b Major Release v36.0.0 - Improved Typing, and API support (16.0) (#2258)
Adding extensive typing support
Unified browser and Node.JS implementations
Adding support of Gitlab API 16.0
2023-04-26 12:58:56 -04:00

64 lines
2.0 KiB
JSON

{
"name": "gitbeaker",
"private": true,
"repository": "github:jdalrymple/gitbeaker",
"bugs": {
"url": "https://github.com/jdalrymple/gitbeaker/issues"
},
"author": "Justin Dalrymple",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "nx run-many --target=build",
"clean": "npx rimraf --glob '**/{dist,node_modules,coverage,reports}'",
"lint": "nx run-many --target=lint",
"lint:fix": "nx run-many --target=lint:fix",
"format": "nx run-many --target=format",
"format:fix": "nx run-many --target=format:fix",
"test:types": "nx run-many --target=test:types",
"test:unit": "nx run-many --target=test:unit",
"test:integration": "nx run-many --target=test:integration",
"test:e2e": "nx run-many --target=test:e2e",
"release:next": "auto next",
"release:canary": "auto canary",
"release": "auto shipit",
"postinstall": "husky install"
},
"dependencies": {
"types": "^0.1.1"
},
"devDependencies": {
"@auto-it/all-contributors": "^10.46.0",
"@auto-it/core": "^10.46.0",
"@auto-it/first-time-contributor": "^10.46.0",
"@auto-it/omit-commits": "^10.46.0",
"@auto-it/omit-release-notes": "^10.46.0",
"@auto-it/released": "^10.46.0",
"@swc/core": "^1.3.55",
"@swc/jest": "^0.2.26",
"@types/jest": "^29.5.1",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"auto": "^10.46.0",
"eslint": "^8.39.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jest-extended": "^2.0.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"jest": "^29.5.0",
"jest-extended": "^3.2.4",
"jest-junit": "^15.0.0",
"lerna": "^6.6.1",
"lint-staged": "^13.2.1",
"nx": "15.8.6",
"prettier": "^2.8.8",
"typescript": "^4.9.5"
},
"packageManager": "yarn@3.4.1"
}