gitbeaker/package.json
dependabot-preview[bot] d1c8ceeae5 chore(deps-dev): bump typescript from 3.9.7 to 4.0.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.7 to 4.0.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.7...v4.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-26 13:53:17 +02:00

50 lines
1.7 KiB
JSON

{
"bugs": {
"url": "https://github.com/jdalrymple/gitbeaker/issues"
},
"repository": "github:jdalrymple/gitbeaker",
"devDependencies": {
"@auto-it/all-contributors": "^9.53.1",
"@auto-it/core": "^9.53.1",
"@auto-it/first-time-contributor": "^9.53.1",
"@auto-it/released": "^9.53.1",
"@types/jest": "^26.0.0",
"@typescript-eslint/eslint-plugin": "^2.29.0",
"@typescript-eslint/parser": "^2.29.0",
"all-contributors-cli": "^6.17.4",
"auto": "^9.53.1",
"codecov": "^3.6.5",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-prettier": "^3.1.3",
"got": "^11.0.1",
"husky": "^4.2.5",
"jest": "^25.4.0",
"jest-extended": "^0.11.5",
"lerna": "^3.20.2",
"lint-staged": "^10.1.7",
"prettier": "^2.0.5",
"ts-jest": "^25.4.0",
"typescript": "^4.0.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:unit": "jest test/unit",
"release": "auto shipit --verbose --verbose"
},
"author": "Justin Dalrymple <justin.s.dalrymple@gmail.com>",
"name": "gitbeaker"
}