aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/package.json
blob: 85b6727c18723ebd157bc72bc57c274e427e6c00 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "cleanup-path",
  "version": "4.0.1",
  "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"
  }
}