-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 928 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 928 Bytes
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
36
37
38
{
"name": "msvc-dev-cmd",
"version": "1.13.0",
"description": "GitHub Action to setup Developer Command Prompt for Microsoft Visual C++",
"main": "index.js",
"scripts": {
"lint": "eslint index.js",
"build": "ncc build index.js -o dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/step-security/msvc-dev-cmd.git"
},
"keywords": [
"GitHub",
"Actions",
"Developer Command Prompt",
"Microsoft Visual Studio",
"Microsoft Visual C++",
"Visual Studio",
"Visual C++",
"vcvarsall.bat"
],
"author": "step-security",
"license": "MIT",
"bugs": {
"url": "https://github.com/step-security/msvc-dev-cmd/issues"
},
"homepage": "https://github.com/step-security/msvc-dev-cmd#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"axios": "^1.13.2"
},
"devDependencies": {
"@vercel/ncc": "^0.38.3",
"eslint": "^7"
}
}