get-github-default-branch-name
Version:
get github default branch name
55 lines (54 loc) • 1.37 kB
JSON
{
"name": "get-github-default-branch-name",
"version": "1.0.0",
"description": "get github default branch name",
"repository": {
"type": "git",
"url": "git://github.com/garronej/get-github-default-branch-name.git"
},
"main": "index.js",
"types": "index.d.ts",
"lint-staged": {
"*.{ts,tsx}": [
"eslint --fix"
],
"*.{ts,tsx,json,md}": [
"prettier --write"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged -v"
}
},
"author": "u/garronej",
"license": "MIT",
"files": [
"index.d.ts",
"index.js",
"index.js.map",
"src/index.ts"
],
"keywords": [
"github",
"master",
"branch"
],
"homepage": "https://github.com/garronej/get-github-default-branch-name",
"dependencies": {
"@octokit/rest": "^18.0.0",
"scripting-tools": "^0.19.12"
},
"devDependencies": {
"typescript": "^3.9.0",
"@types/node": "^10.0.0",
"denoify": "0.2.15",
"husky": "^4.2.1",
"prettier": "^1.19.1",
"eslint": "^7.1.0",
"@typescript-eslint/parser": "^3.0.1",
"@typescript-eslint/eslint-plugin": "^3.0.1",
"eslint-config-prettier": "^6.11.0",
"lint-staged": "^10.2.6"
}
}