gitbeaker/package.json
dependabot-preview[bot] b717849bff chore(deps-dev): bump husky from 5.2.0 to 6.0.0
Bumps [husky](https://github.com/typicode/husky) from 5.2.0 to 6.0.0.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v5.2.0...v6.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-30 05:58:55 +00:00

51 lines
1.7 KiB
JSON

{
"bugs": {
"url": "https://github.com/jdalrymple/gitbeaker/issues"
},
"repository": "github:jdalrymple/gitbeaker",
"devDependencies": {
"@auto-it/all-contributors": "^10.18.9",
"@auto-it/core": "^10.18.9",
"@auto-it/first-time-contributor": "^10.18.9",
"@auto-it/released": "^10.18.9",
"@types/jest": "^26.0.20",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"all-contributors-cli": "^6.20.0",
"auto": "^10.18.9",
"codecov": "^3.8.1",
"eslint": "^7.22.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.2.1",
"eslint-plugin-prettier": "^3.3.1",
"got": "^11.8.2",
"husky": "^6.0.0",
"jest": "^26.6.3",
"jest-extended": "^0.11.5",
"lerna": "^4.0.0",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1",
"ts-jest": "^26.5.3",
"typescript": "^4.2.3"
},
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"build": "lerna run build",
"lint": "prettier --check 'packages/**/{src,test}/**/*.ts' && eslint 'packages/**/{src,test}/**/*/*.ts'",
"lint:doc": "prettier --check './*.json' './*.yml' './*.js'",
"lint:doc:fix": "prettier --write './*.json' './*.yml' './*.md' './*.js'",
"lint:fix": "prettier --write 'packages/**/{src,test}/**/*.ts' && eslint 'packages/**/{src,test}/**/*/*.ts' --fix",
"test:integration": "jest test/integration",
"test:integration:node": "TEST_ID=$(uuid) yarn jest node/test/integration",
"test:unit": "jest test/unit",
"release": "auto shipit --verbose --verbose"
},
"author": "Justin Dalrymple <justin.s.dalrymple@gmail.com>",
"name": "gitbeaker"
}