{ "name": "labeler", "version": "3.0.1", "description": "Labels pull requests by files altered", "main": "lib/main.js", "scripts": { "build": "tsc && ncc build lib/main.js", "format": "prettier --write \"**/*.ts\"", "format-check": "prettier --check \"**/*.ts\"", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/actions/labeler.git" }, "keywords": [ "github", "actions", "label", "labeler" ], "author": "GitHub", "license": "MIT", "dependencies": { "@actions/core": "^1.4.0", "@actions/github": "^2.2.0", "js-yaml": "^4.1.0", "minimatch": "^3.0.4" }, "devDependencies": { "@types/jest": "^26.0.23", "@types/node": "^12.0.4", "@types/minimatch": "^3.0.4", "@types/js-yaml": "^4.0.1", "@vercel/ncc": "^0.28.6", "jest": "^27.0.4", "prettier": "^2.3.1", "ts-jest": "^27.0.3", "typescript": "^4.3.4" } }