aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/package.json
blob: d4b51385b00159775ab02518c75cff18c7f5e0dc (plain) (tree)
1
2
3

                         
                     















                                                                
                              

   
{
  "name": "cleanup-path",
  "version": "3.0.0",
  "description": "Clean up PATH on Windows workers",
  "main": "clean.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/egor-tensin/cleanup-path.git"
  },
  "author": "Egor Tensin <Egor.Tensin@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/egor-tensin/cleanup-path/issues"
  },
  "homepage": "https://github.com/egor-tensin/cleanup-path",
  "dependencies": {
    "@actions/core": "^1.10.0"
  }
}