summaryrefslogtreecommitdiff
path: root/.github/actions/msvc-dev-cmd/package.json
blob: 2e107d41be2fd9e82543db77e506a7e0b65d1cb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
  "name": "msvc-dev-cmd",
  "version": "1.1.1",
  "description": "GitHub Action to setup Developer Command Prompt for Microsoft Visual C++",
  "main": "index.js",
  "scripts": {
    "lint": "eslint index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ilammy/msvc-dev-cmd.git"
  },
  "keywords": [
    "GitHub",
    "Actions",
    "Developer Command Prompt",
    "Microsoft Visual Studio",
    "Microsoft Visual C++",
    "Visual Studio",
    "Visual C++",
    "vcvarsall.bat"
  ],
  "author": "ilammy <me@ilammy.net>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ilammy/msvc-dev-cmd/issues"
  },
  "homepage": "https://github.com/ilammy/msvc-dev-cmd#readme",
  "dependencies": {
    "@actions/core": "^1.2"
  },
  "devDependencies": {
    "eslint": "^7"
  }
}