mirror of
https://github.com/ilammy/msvc-dev-cmd.git
synced 2026-09-07 06:07:19 +08:00
9f8ae839b0
* Upgrade "ansi-regex" 5.0.0 => 5.0.1 And various other stuff because npm can't just upgrade one thing in the lockfile, it need to upgrade everything it can. Move along, nothing interesting to see here. * Upgrade "eslint" 6 => 7 And also unpin the minor version. This resolves a bunch of "critical" audit advisories from transitive dependencies.
36 lines
815 B
JSON
36 lines
815 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|