{ "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.0", "@auto-it/core": "^11.0.0", "@auto-it/first-time-contributor": "^11.0.0", "@auto-it/omit-commits": "^11.0.0", "@auto-it/omit-release-notes": "^11.0.0", "@auto-it/released": "^11.0.0", "@swc/core": "^1.3.68", "@swc/jest": "^0.2.26", "@types/jest": "^29.5.2", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "auto": "^11.0.0", "eslint": "^8.44.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^9.0.0", "eslint-import-resolver-typescript": "^3.5.5", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jest": "^27.2.2", "eslint-plugin-jest-extended": "^2.0.0", "eslint-plugin-prettier": "^5.0.0-alpha.1", "husky": "^8.0.3", "jest": "^29.6.1", "jest-extended": "^4.0.0", "jest-junit": "^16.0.0", "lerna": "^7.1.3", "lint-staged": "^14.0.0", "nx": "16.5.5", "prettier": "^3.0.0", "typescript": "^5.1.6" }, "packageManager": "yarn@3.5.0" }