{ "name": "labeler", "version": "3.0.2", "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.6.0", "@actions/github": "^5.0.0", "js-yaml": "^4.1.0", "minimatch": "^3.0.4" }, "devDependencies": { "@types/jest": "^27.0.2", "@types/node": "^16.9.6", "@types/minimatch": "^3.0.5", "@types/js-yaml": "^4.0.3", "@vercel/ncc": "^0.31.1", "jest": "^27.2.2", "prettier": "^2.4.1", "ts-jest": "^27.0.5", "typescript": "^4.4.3" } }