-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathpackage.json
35 lines (35 loc) · 823 Bytes
/
package.json
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.13.0-dev",
"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.10.0"
},
"devDependencies": {
"eslint": "^7"
}
}