{ "name": "LFS-warning", "version": "1.0.0", "description": "LFS Warning GitHub Action", "main": "index.js", "scripts": { "lint": "eslint index.js", "package": "ncc build index.js -o dist", "test": "eslint index.js && jest" }, "repository": { "type": "git", "url": "git+https://github.com/ppremk/lfs-warning.git" }, "keywords": [ "GitHub", "Actions", "JavaScript" ], "author": "ppremk", "license": "MIT", "bugs": { "url": "https://github.com/ppremk/lfs-warning/issues" }, "homepage": "https://github.com/ppremk/lfs-warning#readme", "dependencies": { "@actions/core": "^1.1.1", "@actions/github": "^2.1.1" }, "devDependencies": { "@zeit/ncc": "^0.20.5", "eslint": "^6.3.0", "jest": "^24.9.0" } }