UNPKG

@commercetools/github-labels

Version:
70 lines (69 loc) 1.88 kB
{ "private": false, "publishConfig": { "access": "public" }, "name": "@commercetools/github-labels", "version": "1.1.0", "description": "Manage Labels of a Repository", "license": "MIT", "main": "lib/index.js", "keywords": [ "commercetools", "labels", "github", "manager" ], "homepage": "https://github.com/commercetools/github-labels", "bugs": "https://github.com/commercetools/github-labels/issues", "author": "Timon Rey Turak <timon.turak@commercetools.com> (https://github.com/timonrey)", "bin": { "github-labels": "./bin/glm", "glm": "./bin/glm" }, "files": [ "bin", "lib", "pictures", "LICENSE", "CHANGELOG.md", "readme.md" ], "repository": { "type": "git", "url": "https://github.com/commercetools/github-labels.git" }, "scripts": { "format:js": "prettier --write '**/*.js'", "format:md": "prettier --write --parser markdown '**/*.md'", "format:yaml": "prettier --write --parser yaml '**/*.{yaml,yml}'", "test": "jest --config jest.test.config.js", "test:watch": "npm test -- --watch", "lint": "eslint bin/* lib/" }, "devDependencies": { "@commitlint/cli": "^7.6.1", "@commitlint/config-conventional": "^7.6.0", "eslint": "^5.16.0", "eslint-config-airbnb-base": "^13.1.0", "eslint-config-prettier": "^4.1.0", "eslint-formatter-pretty": "^2.1.1", "eslint-plugin-import": "^2.17.2", "eslint-plugin-jest": "^22.4.1", "eslint-plugin-prettier": "^3.0.1", "husky": "^1.3.1", "jest": "^24.8.0", "lint-staged": "^8.1.6", "nock": "^10.0.6", "prettier": "^1.17.0" }, "dependencies": { "@commercetools/http-user-agent": "^2.0.0", "@octokit/rest": "^16.25.0", "cosmiconfig": "^5.2.0", "dotenv": "^7.0.0", "file-system": "^2.2.2", "mri": "^1.1.4", "shelljs": "^0.8.3" } }