{ "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 '**/{tmp,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": "^11.0.4", "@auto-it/core": "^11.0.4", "@auto-it/first-time-contributor": "^11.0.4", "@auto-it/omit-commits": "^11.0.4", "@auto-it/omit-release-notes": "^11.0.4", "@auto-it/released": "^11.0.4", "@swc/core": "^1.3.93", "@swc/jest": "^0.2.29", "@types/jest": "^29.5.6", "@typescript-eslint/eslint-plugin": "^6.8.0", "@typescript-eslint/parser": "^6.8.0", "auto": "^11.0.4", "eslint": "^8.52.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^9.0.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.28.1", "eslint-plugin-jest": "^27.4.3", "eslint-plugin-jest-extended": "^2.0.0", "eslint-plugin-prettier": "^5.0.1", "husky": "^8.0.3", "jest": "^29.7.0", "jest-extended": "^4.0.2", "jest-junit": "^16.0.0", "lerna": "^7.4.1", "lint-staged": "^15.0.2", "nx": "17.1.2", "prettier": "^3.0.3", "typescript": "^5.2.2" }, "packageManager": "yarn@3.5.0" }